Skip to content

Commit e89b1fd

Browse files
committed
chore: add skipLibCheck
1 parent e5b4d67 commit e89b1fd

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
@@ -21,7 +21,8 @@
2121
"outDir": "lib",
2222
"paths": {
2323
"*": ["typings/*"]
24-
}
24+
},
25+
"skipLibCheck": true
2526
},
2627
"include": [
2728
"src/**/*",

0 commit comments

Comments
 (0)