Skip to content

Commit

Permalink
fix: hello-world-tab-with-backend deploy issue (#1320)
Browse files Browse the repository at this point in the history
Co-authored-by: rentu <rentu>
  • Loading branch information
SLdragon authored Sep 3, 2024
1 parent 201d4d2 commit cc43839
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion hello-world-tab-with-backend/api/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"rootDir": ".",
"sourceMap": true,
"strict": false,
"typeRoots": ["./node_modules/@types"]
"typeRoots": ["./node_modules/@types"],
"esModuleInterop": true,
}
}

0 comments on commit cc43839

Please sign in to comment.