fix tsc option
This commit is contained in:
parent
612ed1898a
commit
3f098b2c7e
|
@ -4,7 +4,8 @@
|
||||||
"outDir": "out",
|
"outDir": "out",
|
||||||
"target": "ES2022",
|
"target": "ES2022",
|
||||||
"module": "ES2022",
|
"module": "ES2022",
|
||||||
"moduleResolution": "node"
|
"moduleResolution": "node",
|
||||||
|
"allowSyntheticDefaultImports": true
|
||||||
},
|
},
|
||||||
"exclude": ["temp", "test"]
|
"exclude": ["temp", "test"]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue