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