Some checks failed
Build and Deploy / build-and-deploy (push) Has been cancelled
11 lines
238 B
JSON
11 lines
238 B
JSON
{
|
|
"$schema": "https://json.schemastore.org/nest-cli",
|
|
"collection": "@nestjs/schematics",
|
|
"sourceRoot": "src",
|
|
"compilerOptions": {
|
|
"webpack": true,
|
|
"deleteOutDir": true,
|
|
"webpackConfigPath": "webpack.config.js"
|
|
}
|
|
}
|