feat: experimental swc support

This commit is contained in:
midzelis
2025-07-19 14:08:36 +00:00
committed by Jason Rasmussen
parent 845b0f2073
commit 0167ec1668
3 changed files with 10 additions and 4 deletions

View File

@@ -5,6 +5,12 @@
"compilerOptions": {
"deleteOutDir": true,
"webpack": false,
"builder": {
"type": "swc",
"options": {
"extensions": [".js", ".ts", ".jsx", ".tsx"]
}
},
"plugins": [
{
"name": "@nestjs/swagger",