paths-filter/tsconfig.json

9 lines
377 B
JSON
Raw Normal View History

2020-05-20 17:03:08 +02:00
{
2024-01-30 15:15:04 +13:00
"extends": "@tsconfig/node20/tsconfig.json",
2020-05-20 17:03:08 +02:00
"compilerOptions": {
"outDir": "./lib", /* Redirect output structure to the directory. */
2024-01-30 15:15:04 +13:00
"rootDir": "./src" /* Specify the root directory of input files. Use to control the output directory structure with --outDir. */
2020-05-20 17:03:08 +02:00
},
"exclude": ["node_modules", "**/*.test.ts"]
}