Skip to content

Commit

Permalink
fix: hello-world-tab-with-backend deploy issue
Browse files Browse the repository at this point in the history
  • Loading branch information
rentu committed Sep 3, 2024
1 parent 201d4d2 commit 9fd6faf
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 9fd6faf

Please sign in to comment.