mirror of
https://github.com/status-im/codimd.git
synced 2025-01-12 18:34:30 +00:00
allowSyntheticDefaultImports
Signed-off-by: Raccoon <raccoon@hackmd.io>
This commit is contained in:
parent
e97c2821fa
commit
307b6c5d85
@ -3,7 +3,8 @@
|
||||
"compilerOptions": {
|
||||
"allowJs": true,
|
||||
"target": "ES5",
|
||||
"outDir": "./dist/"
|
||||
"outDir": "./dist/",
|
||||
"allowSyntheticDefaultImports": true
|
||||
},
|
||||
"include": [
|
||||
"./lib/**/*"
|
||||
|
Loading…
x
Reference in New Issue
Block a user