Skip to content

Commit

Permalink
Merge pull request #230 from kirklin/fix_tsconfig
Browse files Browse the repository at this point in the history
fix(projects): tsconfig missing isolatedModules
  • Loading branch information
honghuangdc authored May 16, 2023
2 parents 2d23c9a + ab49afd commit 15da557
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

1 comment on commit 15da557

@vercel
Copy link

@vercel vercel bot commented on 15da557 May 16, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.