Skip to content

Commit

Permalink
fix: add config in api/tsconfig.json (#1315)
Browse files Browse the repository at this point in the history
  • Loading branch information
Yimin-Jin committed Sep 3, 2024
1 parent c7e60a4 commit 0c656a4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions hello-world-tab-docker/api/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
"compilerOptions": {
"module": "commonjs",
"target": "es6",
"esModuleInterop": true,
"allowSyntheticDefaultImports": true,
"outDir": "dist",
"rootDir": ".",
"sourceMap": true,
Expand Down

0 comments on commit 0c656a4

Please sign in to comment.