13 lines
293 B
JSON
13 lines
293 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": "tsc"
|
|
}
|
|
}
|