2024-01-25 00:06:36 +00:00
|
|
|
{
|
2024-02-03 14:41:32 +00:00
|
|
|
"$schema": "https://json.schemastore.org/nest-cli",
|
|
|
|
"collection": "@nestjs/schematics",
|
|
|
|
"sourceRoot": "src",
|
|
|
|
"compilerOptions": {
|
|
|
|
"deleteOutDir": true,
|
|
|
|
"builder": "swc",
|
|
|
|
"typeCheck": true
|
|
|
|
}
|
2024-01-25 00:06:36 +00:00
|
|
|
}
|