Skip to content

Commit

Permalink
solve one tsconfig error
Browse files Browse the repository at this point in the history
  • Loading branch information
YunFeng0817 committed Mar 19, 2023
1 parent a3a3739 commit 0f9d57c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/web-extension/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"lib": ["DOM", "ESNext"],
"strict": true,
"esModuleInterop": true,
"incremental": false,
"incremental": true,
"skipLibCheck": true,
"moduleResolution": "node",
"resolveJsonModule": true,
Expand Down

0 comments on commit 0f9d57c

Please sign in to comment.