9 lines
168 B
JSON
9 lines
168 B
JSON
{
|
|
"extends": "@workspace/tooling/tsconfig/nestjs.json",
|
|
"compilerOptions": {
|
|
"outDir": "./dist",
|
|
"incremental": true,
|
|
"types": ["jest"]
|
|
}
|
|
}
|