Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit cbf1481

Browse files
authoredSep 14, 2023
chore: use skipLibCheck (#209)
1 parent 6aa8585 commit cbf1481

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed
 

‎tsconfig.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,9 @@
3333
"sourceRoot": "src",
3434
"strict": true,
3535
"strictNullChecks": true,
36-
"target": "es2015"
36+
"target": "es2015",
37+
38+
"skipLibCheck": true,
3739
},
3840
"include": ["src/**/*.ts"]
3941
}

0 commit comments

Comments
 (0)
Please sign in to comment.