Skip to content

Commit aa59953

Browse files
authored
Update tsconfig.json
1 parent 682cf75 commit aa59953

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@
1818
// "*": ["typings/*"]
1919
// },
2020
"esModuleInterop": true,
21-
"outDir": "lib"
21+
"outDir": "lib",
22+
"skipLibCheck": true
2223
},
2324
"include": [
2425
"src/**/*",

0 commit comments

Comments
 (0)