Skip to content

Commit acb71a8

Browse files
committed
Remove skipLibCheck
1 parent a4d0308 commit acb71a8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tsconfig.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
2-
"include": ["**/**.js"],
3-
"exclude": ["coverage", "node_modules"],
2+
"include": ["**/*.js"],
3+
"exclude": ["coverage/", "node_modules/"],
44
"compilerOptions": {
5+
"customConditions": ["development"],
56
"checkJs": true,
67
"declaration": true,
78
"emitDeclarationOnly": true,
@@ -10,7 +11,6 @@
1011
"lib": ["es2020"],
1112
"module": "node16",
1213
"newLine": "lf",
13-
"skipLibCheck": true,
1414
"strict": true,
1515
"target": "es2020"
1616
}

0 commit comments

Comments
 (0)