Commit def2aab8 authored by lihaihan's avatar lihaihan

修改tsconfig.json增加allowSyntheticDefaultImports:true

parent 61b9f698
......@@ -9,6 +9,7 @@
"jsx": "preserve",
"sourceMap": true,
"baseUrl": ".",
"allowSyntheticDefaultImports": true,
"lib": ["esnext", "dom"],
"noImplicitAny": false,
"paths": {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment