Skip to content

Commit 78ac1a3

Browse files
committed
fix: add skipLibCheck to deal with webpack / typescript incompatibilities
1 parent 67197f5 commit 78ac1a3

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
"outDir": "../dist",
1313
"declarationDir": "../dist",
1414
"declarationMap": true,
15-
"sourceMap": true
15+
"sourceMap": true,
16+
"skipLibCheck": true
1617
}
1718
}

0 commit comments

Comments
 (0)