提交 d32c857d 编写于 作者: B Benjamin Pasero

tsconfig 💄

上级 f91ed143
......@@ -3,7 +3,6 @@
"module": "amd",
"moduleResolution": "node",
"noImplicitAny": true,
"target": "es5",
"experimentalDecorators": true,
"noImplicitReturns": true,
"noUnusedLocals": true,
......
......@@ -4,7 +4,7 @@
"noImplicitAny": false,
"removeComments": false,
"preserveConstEnums": true,
"target": "es2016",
"target": "es2017",
"strictNullChecks": true,
"noUnusedParameters": false,
"noUnusedLocals": true,
......@@ -18,4 +18,4 @@
"exclude": [
"node_modules"
]
}
\ No newline at end of file
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册