feat: experimental swc support
This commit is contained in:
committed by
Jason Rasmussen
parent
845b0f2073
commit
0167ec1668
@@ -5,6 +5,12 @@
|
||||
"compilerOptions": {
|
||||
"deleteOutDir": true,
|
||||
"webpack": false,
|
||||
"builder": {
|
||||
"type": "swc",
|
||||
"options": {
|
||||
"extensions": [".js", ".ts", ".jsx", ".tsx"]
|
||||
}
|
||||
},
|
||||
"plugins": [
|
||||
{
|
||||
"name": "@nestjs/swagger",
|
||||
|
||||
Reference in New Issue
Block a user