allowSyntheticDefaultImports

Signed-off-by: Raccoon <raccoon@hackmd.io>
This commit is contained in:
Raccoon 2021-06-12 06:02:25 +08:00
parent e97c2821fa
commit 307b6c5d85
No known key found for this signature in database
GPG Key ID: 06770355DC9ECD38

View File

@ -3,7 +3,8 @@
"compilerOptions": {
"allowJs": true,
"target": "ES5",
"outDir": "./dist/"
"outDir": "./dist/",
"allowSyntheticDefaultImports": true
},
"include": [
"./lib/**/*"