mirror of
https://github.com/dorny/paths-filter.git
synced 2025-06-08 00:59:04 +00:00
8 lines
377 B
JSON
8 lines
377 B
JSON
{
|
|
"extends": "@tsconfig/node20/tsconfig.json",
|
|
"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. */
|
|
},
|
|
"exclude": ["node_modules", "**/*.test.ts"]
|
|
}
|