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