12 lines
266 B
JSON
12 lines
266 B
JSON
{
|
|
"$schema": "https://json.schemastore.org/nest-cli",
|
|
"collection": "@nestjs/schematics",
|
|
"sourceRoot": "src",
|
|
"entryFile": "main.cjs",
|
|
"compilerOptions": {
|
|
"webpack": true,
|
|
"webpackConfigPath": "webpack.config.cjs",
|
|
"deleteOutDir": true
|
|
}
|
|
}
|