eeg_nest/nest-cli.json

10 lines
193 B
JSON
Raw Normal View History

2023-05-06 00:18:32 +00:00
{
"$schema": "https://json.schemastore.org/nest-cli",
"collection": "@nestjs/schematics",
"sourceRoot": "src",
"compilerOptions": {
2023-05-06 11:57:46 +00:00
"deleteOutDir": false,
"webpack": true
2023-05-06 00:18:32 +00:00
}
}