Skip to content

Commit 8089735

Browse files
committed
Skip lib checks for now... since it's broken and we're not planing to fix it
1 parent eb0d554 commit 8089735

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
@@ -13,6 +13,7 @@
1313
"jsx": "react",
1414
"baseUrl": "./",
1515
"lib": ["dom", "es2015"],
16-
"strict": true
16+
"strict": true,
17+
"skipLibCheck": true
1718
}
1819
}

0 commit comments

Comments
 (0)