Skip to content

Commit 898e4b2

Browse files
committed
Update tsconfig.json
1 parent 046bcef commit 898e4b2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tsconfig.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"include": ["**/**.js"],
2+
"include": ["**/*.js"],
33
"exclude": ["coverage/", "node_modules/"],
44
"compilerOptions": {
55
"checkJs": true,
@@ -10,7 +10,6 @@
1010
"lib": ["es2020"],
1111
"module": "node16",
1212
"newLine": "lf",
13-
"skipLibCheck": true,
1413
"strict": true,
1514
"target": "es2020"
1615
}

0 commit comments

Comments
 (0)