Server/project/tsconfig.profiler.json

14 lines
255 B
JSON
Raw Normal View History

2023-03-03 16:23:46 +01:00
{
"extends": "./tsconfig.base.json",
2023-03-03 16:23:46 +01:00
"compilerOptions": {
"outDir": "obj",
"declaration": true,
"sourceMap": true,
"noImplicitAny": false
2023-03-03 16:23:46 +01:00
},
"include": [
"./types/**/*",
"./src/**/*"
]
}