Skip to content

Commit

Permalink
fix: lazyload runtime code build error
Browse files Browse the repository at this point in the history
  • Loading branch information
sanyuan0704 committed Sep 23, 2022
1 parent c0178c8 commit 915b29d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsconfig.json
Expand Up @@ -14,7 +14,7 @@
"noUnusedLocals": true,
"allowSyntheticDefaultImports": true,
"resolveJsonModule": true,
"jsx": "preserve",
"jsx": "react-jsx",
"lib": ["ESNext", "DOM"]
},
"exclude": [
Expand Down

0 comments on commit 915b29d

Please sign in to comment.