Skip to content

Commit

Permalink
Remove skipLibCheck
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Apr 7, 2023
1 parent a4d0308 commit acb71a8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tsconfig.json
@@ -1,7 +1,8 @@
{
"include": ["**/**.js"],
"exclude": ["coverage", "node_modules"],
"include": ["**/*.js"],
"exclude": ["coverage/", "node_modules/"],
"compilerOptions": {
"customConditions": ["development"],
"checkJs": true,
"declaration": true,
"emitDeclarationOnly": true,
Expand All @@ -10,7 +11,6 @@
"lib": ["es2020"],
"module": "node16",
"newLine": "lf",
"skipLibCheck": true,
"strict": true,
"target": "es2020"
}
Expand Down

0 comments on commit acb71a8

Please sign in to comment.