14 lines
273 B
JSON
14 lines
273 B
JSON
{
|
|
"$schema": "https://json.schemastore.org/nest-cli",
|
|
"collection": "@nestjs/schematics",
|
|
"sourceRoot": "src",
|
|
"compilerOptions": {
|
|
"deleteOutDir": true,
|
|
"builder": {
|
|
"type": "swc",
|
|
"options": {
|
|
"swcrcPath": ".swcrc"
|
|
}
|
|
}
|
|
}
|
|
}
|