mirror of
https://github.com/Tria-plc/edr-platform.git
synced 2026-08-26 18:42:49 +00:00
10 lines
158 B
JSON
10 lines
158 B
JSON
{
|
|
"extends": "@edr/tsconfig/nestjs.json",
|
|
"compilerOptions": {
|
|
"outDir": "dist",
|
|
"rootDir": "src",
|
|
"noEmit": true
|
|
},
|
|
"include": ["src"]
|
|
}
|