Skip to content

Commit 3158610

Browse files
committed
取消生成d.ts文件
1 parent 599c124 commit 3158610

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tsconfig.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"emitDecoratorMetadata": true,
1616
"allowSyntheticDefaultImports": true,
1717
"suppressImplicitAnyIndexErrors": true,
18-
"declaration": true,
18+
"declaration": false,
1919
"stripInternal": true,
2020
"lib": ["es6", "es2015.promise", "dom"],
2121
"types": [

0 commit comments

Comments
 (0)