Skip to content

Commit 4e5546a

Browse files
authored
Update browser.md
1 parent c94beb7 commit 4e5546a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/quick/browser.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ cd your-project
3535
"compilerOptions": {
3636
"sourceMap": true,
3737
"module": "commonjs",
38+
"esModuleInterop": true,
39+
"resolveJsonModule": true,
3840
"target": "es5",
3941
"jsx": "react",
4042
"lib": [

0 commit comments

Comments
 (0)