Files
dependency-review-action/tsconfig.build.json
T

9 lines
313 B
JSON

{
"extends": "./tsconfig.json",
"exclude": ["node_modules", "__tests__"],
"compilerOptions": {
"outDir": "./lib" /* Redirect output structure to the directory. */,
"rootDir": "./src" /* Specify the root directory of input files. Use to control the output directory structure with --outDir. */
}
}