Skip to content

Commit

Permalink
fix: build error (#1319)
Browse files Browse the repository at this point in the history
Co-authored-by: Ivan_Chen <[email protected]>
  • Loading branch information
ayachensiyuan and Ivan_Chen committed Sep 3, 2024
1 parent cc43839 commit c7e60a4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions developer-assist-dashboard/api/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"rootDir": ".",
"sourceMap": true,
"strict": false,
"esModuleInterop": true,
"typeRoots": ["./node_modules/@types"]
}
}
1 change: 1 addition & 0 deletions graph-connector-bot/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"rootDir": "./",
"sourceMap": true,
"incremental": true,
"esModuleInterop": true,
"tsBuildInfoFile": "./lib/.tsbuildinfo",
}
}
1 change: 1 addition & 0 deletions hello-world-tab-docker/api/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"rootDir": ".",
"sourceMap": true,
"strict": false,
"esModuleInterop": true,
"typeRoots": ["./node_modules/@types"]
}
}
1 change: 1 addition & 0 deletions team-central-dashboard/api/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"rootDir": ".",
"sourceMap": true,
"strict": false,
"esModuleInterop": true,
"typeRoots": ["./node_modules/@types"]
}
}

0 comments on commit c7e60a4

Please sign in to comment.