Skip to content

Commit acdc9fe

Browse files
committed
Turn tsc checking on (but don't enforce it)
1 parent e158610 commit acdc9fe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tsconfig.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"compilerOptions": {
33
"allowJs": true,
4-
"checkJs": false,
5-
"noEmit": false,
4+
"checkJs": true,
5+
"noEmit": true,
66
"allowSyntheticDefaultImports": true,
77
"skipLibCheck": true,
88
"noImplicitAny": false,

0 commit comments

Comments
 (0)