mirror of
https://github.com/remnawave/node.git
synced 2026-05-14 20:46:40 +00:00
10 lines
No EOL
239 B
JSON
10 lines
No EOL
239 B
JSON
{
|
|
"$schema": "https://json.schemastore.org/nest-cli",
|
|
"collection": "@nestjs/schematics",
|
|
"sourceRoot": "src",
|
|
"compilerOptions": {
|
|
"webpack": true,
|
|
"deleteOutDir": true,
|
|
"webpackConfigPath": "./webpack.config.js"
|
|
}
|
|
} |