Commit def2aab8 authored by lihaihan's avatar lihaihan

修改tsconfig.json增加allowSyntheticDefaultImports:true

parent 61b9f698
...@@ -9,6 +9,7 @@ ...@@ -9,6 +9,7 @@
"jsx": "preserve", "jsx": "preserve",
"sourceMap": true, "sourceMap": true,
"baseUrl": ".", "baseUrl": ".",
"allowSyntheticDefaultImports": true,
"lib": ["esnext", "dom"], "lib": ["esnext", "dom"],
"noImplicitAny": false, "noImplicitAny": false,
"paths": { "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