mirror of
https://github.com/Tria-plc/edr-platform.git
synced 2026-08-26 12:41:04 +00:00
13 lines
250 B
JSON
13 lines
250 B
JSON
{
|
|
"extends": "@edr/tsconfig/nestjs.json",
|
|
"compilerOptions": {
|
|
"baseUrl": "./",
|
|
"outDir": "./dist",
|
|
"rootDir": "./src",
|
|
"noEmit": false,
|
|
"incremental": true,
|
|
"tsBuildInfoFile": "./.tsbuildinfo"
|
|
},
|
|
"include": ["src"]
|
|
}
|