Skip to content

Commit 3ab9ff6

Browse files
committed
Revert "build: set skipLibCheck... ts-jest and jest aren't playing nicely"
This reverts commit 5c08ac3.
1 parent 0badbb3 commit 3ab9ff6

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/tsconfig.json

+2-3
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,9 @@
55
"compilerOptions": {
66
"allowJs": true,
77
"checkJs": true,
8-
"declarationMap": true,
98
"emitDeclarationOnly": true,
9+
"declarationMap": true,
1010
"outDir": "../dist",
11-
"rootDir": ".",
12-
"skipLibCheck": true
11+
"rootDir": "."
1312
}
1413
}

0 commit comments

Comments
 (0)