Skip to content

Commit d0c46ce

Browse files
fix(typescript): Fix typescript 2.4 compatibility issue
1 parent 1280706 commit d0c46ce

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
"target": "es5",
88
"lib": [ "es6", "dom" ],
99
"allowSyntheticDefaultImports": true,
10+
"skipLibCheck": true,
1011
"outDir": "lib",
1112
"declaration": true,
1213
"sourceMap": true

0 commit comments

Comments
 (0)