18 lines
370 B
JSON
18 lines
370 B
JSON
{
|
|
"$schema": "https://json.schemastore.org/nest-cli",
|
|
"collection": "@nestjs/schematics",
|
|
"sourceRoot": "src",
|
|
"compilerOptions": {
|
|
"tsConfigPath": "tsconfig.build.json",
|
|
"deleteOutDir": false,
|
|
"watchAssets": true,
|
|
"assets": ["**/*.prisma"],
|
|
"builder": {
|
|
"type": "tsc",
|
|
"options": {
|
|
"compiler": "ttsc"
|
|
}
|
|
}
|
|
}
|
|
}
|