aim-oscar-server/tsconfig.json

10 lines
208 B
JSON
Raw Normal View History

2021-09-08 13:40:11 -04:00
{
"extends": "@tsconfig/node14/tsconfig.json",
"compilerOptions": {
"preserveConstEnums": true,
2021-09-08 20:11:05 -04:00
"outDir": "./dist",
2021-09-08 13:40:11 -04:00
},
"include": ["src/**/*"],
"exclude": ["node_modules", "**/*.spec.ts"]
}