paths-filter/tsconfig.json
Daniil Samoylov 721c731a19 Rebuild
2024-01-30 15:16:29 +13:00

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"]
}