configuration SWC

This commit is contained in:
Raph
2026-07-19 15:32:06 +02:00
parent 423942d65e
commit 2109d3c0bf
3 changed files with 2935 additions and 484 deletions

View File

@@ -3,6 +3,8 @@
"collection": "@nestjs/schematics",
"sourceRoot": "src",
"compilerOptions": {
"builder": "swc",
"typeCheck": true,
"deleteOutDir": true
}
}