mirror of
https://github.com/Tria-plc/edr-platform.git
synced 2026-08-26 18:42:49 +00:00
16 lines
341 B
JSON
16 lines
341 B
JSON
{
|
|
"extends": "@edr/tsconfig/nestjs.json",
|
|
"compilerOptions": {
|
|
"baseUrl": "./",
|
|
"outDir": "./dist",
|
|
"rootDir": "./src",
|
|
"noEmit": false,
|
|
"incremental": true,
|
|
"tsBuildInfoFile": "./.tsbuildinfo",
|
|
"preserveWatchOutput": true,
|
|
"module": "node16",
|
|
"moduleResolution": "node16"
|
|
},
|
|
"include": ["src"]
|
|
}
|