We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b721f16 commit 30b8a8bCopy full SHA for 30b8a8b
tsconfig.json
@@ -2,7 +2,7 @@
2
"compilerOptions": {
3
"rootDir": "./src",
4
"outDir": "./lib",
5
- "sourceMap": true,
+ "sourceMap": false,
6
"noImplicitAny": false, //在表达式和声明上有隐含的 any类型时报错。
7
"target": "es5", //指定ECMAScript目标版本 "ES3"(默认)
8
"lib": ["dom", "dom.iterable", "esnext"], // 编译过程中需要引入的库文件的列表
0 commit comments