fix tsc option

This commit is contained in:
kdh8219 2023-04-28 23:40:48 +09:00
parent 612ed1898a
commit 3f098b2c7e

View file

@ -4,7 +4,8 @@
"outDir": "out",
"target": "ES2022",
"module": "ES2022",
"moduleResolution": "node"
"moduleResolution": "node",
"allowSyntheticDefaultImports": true
},
"exclude": ["temp", "test"]
}