Skip to content

Commit 438a330

Browse files
authored
Merge pull request #1643 from skaut/lib-check
Disabled skipLibCheck
2 parents 24066a3 + f1c215c commit 438a330

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)