Skip to content

Commit 4068388

Browse files
committed
lint(types): typecheck d.ts in cosmic-swingset
1 parent 4825c20 commit 4068388

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packages/cosmic-swingset/tsconfig.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
// This file can contain .js-specific Typescript compiler config.
22
{
33
"extends": "../../tsconfig.json",
4+
"compilerOptions": {
5+
"skipLibCheck": false
6+
},
47
"include": [
58
"calc-*.js",
69
"src/**/*.js",

0 commit comments

Comments
 (0)