11 lines
252 B
JSON
Executable file
11 lines
252 B
JSON
Executable file
{
|
|
"$schema": "https://json.schemastore.org/nest-cli",
|
|
"collection": "@nestjs/schematics",
|
|
"sourceRoot": "src",
|
|
"entryFile": "main",
|
|
"compilerOptions": {
|
|
"deleteOutDir": true,
|
|
"webpack": true,
|
|
"tsConfigPath": "tsconfig.json"
|
|
}
|
|
}
|