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