Skip to content

Commit

Permalink
fix: add config in api/tsconfig.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Yimin-Jin committed Aug 29, 2024
1 parent 7b873f2 commit 138603a
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 138603a

Please sign in to comment.