mirror of
https://github.com/dorny/paths-filter.git
synced 2024-11-14 09:58:06 +00:00
11 lines
338 B
JSON
11 lines
338 B
JSON
|
{
|
||
|
"extends": "./tsconfig.json",
|
||
|
"compilerOptions": {
|
||
|
"noEmit": false,
|
||
|
|
||
|
"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. */
|
||
|
},
|
||
|
"exclude": ["node_modules", "**/*.test.ts"]
|
||
|
}
|