Skip to content

Commit 09ef400

Browse files
committed
skipLibCheck: true
1 parent 9fc6ca3 commit 09ef400

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tsconfig.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
"strict": true,
99
"isolatedModules": true,
1010
"esModuleInterop": true,
11-
"baseUrl": "./src"
11+
"baseUrl": "./src",
12+
"skipLibCheck": true
1213
},
1314
"include": ["src"]
1415
}

0 commit comments

Comments
 (0)