platform-codebase/@packages/@config/tsconfig.json

9 lines
172 B
JSON
Executable file

{
"extends": "../../tsconfig.base.json",
"compilerOptions": {
"outDir": "./dist",
"rootDir": "./src",
"incremental": false
},
"include": ["src/**/*"]
}