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:
parent
dd6a629009
commit
3f68e977c6
2 changed files with 2 additions and 1 deletions
|
@ -11,7 +11,8 @@
|
|||
"decoratorMetadata": true
|
||||
},
|
||||
"experimental": {
|
||||
"keepImportAssertions": true
|
||||
"keepImportAssertions": true,
|
||||
"emitAssertForImportAttributes": true
|
||||
},
|
||||
"baseUrl": ".",
|
||||
"paths": {
|
||||
|
|
Loading…
Reference in a new issue