Skip to content

Commit f1c215c

Browse files
committed
Disabled skipLibCheck
1 parent 24066a3 commit f1c215c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

tsconfig.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,11 @@
22
"compilerOptions": {
33
"esModuleInterop": true,
44
"forceConsistentCasingInFileNames": true,
5-
"module": "commonjs",
5+
"module": "esnext",
6+
"moduleResolution": "bundler",
67
"outDir": "lib",
78
"resolveJsonModule": true,
8-
"skipLibCheck": true,
9+
"skipLibCheck": false,
910
"target": "es6",
1011

1112
"allowUnreachableCode": false,

0 commit comments

Comments
 (0)