Skip to content

Commit 2cf2237

Browse files
committed
Hack
Signed-off-by: Stefan Marr <[email protected]>
1 parent 3bc6265 commit 2cf2237

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@
5858
// "experimentalDecorators": true, /* Enables experimental support for ES7 decorators. */
5959
// "emitDecoratorMetadata": true, /* Enables experimental support for emitting type metadata for decorators. */
6060

61-
"resolveJsonModule": true
61+
"resolveJsonModule": true,
62+
"skipLibCheck": true
6263
}
6364
}

0 commit comments

Comments
 (0)