Skip to content

Commit

Permalink
Dirty fix for tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
rdmurphy committed Jan 16, 2020
1 parent 0eaa765 commit 815dfca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
// Process & infer types from .js files.
"allowJs": true,
// Don't emit; allow Babel to transform files.
"noEmit": true,
// "noEmit": true,
// Enable strictest settings like strictNullChecks & noImplicitAny.
"strict": true,
"strict": false,
// Disallow features that require cross-file information for emit.
"isolatedModules": true,
// Import non-ES modules as default imports.
Expand Down

0 comments on commit 815dfca

Please sign in to comment.