11 lines
279 B
JSON
11 lines
279 B
JSON
{
|
|
"extends": "@workspace/tooling/tsconfig/nestjs.json",
|
|
"compilerOptions": {
|
|
"outDir": "./dist",
|
|
"rootDir": "./src",
|
|
"incremental": true,
|
|
"types": ["jest", "node"]
|
|
},
|
|
"include": ["src/**/*"],
|
|
"exclude": ["node_modules", "dist", "test"]
|
|
} |