1
0
Fork 1
mirror of https://example.com synced 2024-11-22 08:06:39 +09:00

fix: syntax error when using Node v18-20

https://github.com/swc-project/swc/issues/8392#issuecomment-1849994671
This commit is contained in:
naskya 2024-01-01 11:52:01 +09:00
parent dd6a629009
commit 3f68e977c6
Signed by: naskya
GPG key ID: 712D413B3A9FED5C
2 changed files with 2 additions and 1 deletions

View file

@ -11,7 +11,8 @@
"decoratorMetadata": true
},
"experimental": {
"keepImportAssertions": true
"keepImportAssertions": true,
"emitAssertForImportAttributes": true
},
"baseUrl": ".",
"paths": {