Commit 89c6a75a by chenjinjing

no message

parent bd25b882
...@@ -6,7 +6,11 @@ ...@@ -6,7 +6,11 @@
"rootDir":"./src", "rootDir":"./src",
"outDir":"./out", "outDir":"./out",
"esModuleInterop": true, "esModuleInterop": true,
"allowSyntheticDefaultImports": true "allowSyntheticDefaultImports": true,
"strict": false,
"noImplicitAny": false,
"strictNullChecks": false,
"types": ["node"]
}, },
"exclude": [ "exclude": [
"node_modules", "node_modules",
......
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