Skip to content

Commit d2e9873

Browse files
committed
fix: remove skipLibCheck as it's no longer necessary
1 parent bf86aac commit d2e9873

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/tsconfig.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
"declarationMap": true,
99
"emitDeclarationOnly": true,
1010
"outDir": "../dist",
11-
"rootDir": ".",
12-
"skipLibCheck": true
11+
"rootDir": "."
1312
}
1413
}

0 commit comments

Comments
 (0)