tsconfig.json11 lines · main
1{
2 "extends": "@briven/config/tsconfig/node.json",
3 "compilerOptions": {
4 "outDir": "dist",
5 "rootDir": "src",
6 "incremental": false,
7 "ignoreDeprecations": "6.0"
8 },
9 "include": ["src"],
10 "exclude": ["node_modules", "dist", "src/**/*.test.ts"]
11}