Skip to content

Commit

Permalink
fix(projects): tsconfig missing isolatedModules
Browse files Browse the repository at this point in the history
  • Loading branch information
kirklin committed May 16, 2023
1 parent 36fc74c commit ab49afd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"allowSyntheticDefaultImports": true,
"jsx": "preserve",
"moduleResolution": "node",
"isolatedModules": true,
"resolveJsonModule": true,
"noUnusedLocals": true,
"strictNullChecks": true,
Expand Down

0 comments on commit ab49afd

Please sign in to comment.