2025-08-20 18:02:50 +09:00
|
|
|
{
|
|
|
|
|
"$schema": "https://json.schemastore.org/nest-cli",
|
|
|
|
|
"collection": "@nestjs/schematics",
|
|
|
|
|
"sourceRoot": "src",
|
|
|
|
|
"compilerOptions": {
|
|
|
|
|
"deleteOutDir": true,
|
|
|
|
|
"watchAssets": true,
|
2025-08-30 15:47:48 +09:00
|
|
|
"assets": ["**/*.prisma"],
|
|
|
|
|
"tsConfigPath": "tsconfig.build.json"
|
2025-08-20 18:02:50 +09:00
|
|
|
}
|
|
|
|
|
}
|