13 lines
283 B
JSON
13 lines
283 B
JSON
{
|
|
"$schema": "https://json.schemastore.org/nest-cli",
|
|
"collection": "@nestjs/schematics",
|
|
"sourceRoot": "src",
|
|
"compilerOptions": {
|
|
"builder": "swc",
|
|
"deleteOutDir": true,
|
|
"assets": ["**/*.hbs"],
|
|
"watchAssets": true,
|
|
"tsConfigPath": "tsconfig.json"
|
|
}
|
|
}
|