Skip to content

Commit 30b8a8b

Browse files
committed
remove map file
1 parent b721f16 commit 30b8a8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"compilerOptions": {
33
"rootDir": "./src",
44
"outDir": "./lib",
5-
"sourceMap": true,
5+
"sourceMap": false,
66
"noImplicitAny": false, //在表达式和声明上有隐含的 any类型时报错。
77
"target": "es5", //指定ECMAScript目标版本 "ES3"(默认)
88
"lib": ["dom", "dom.iterable", "esnext"], // 编译过程中需要引入的库文件的列表

0 commit comments

Comments
 (0)