Skip to content

Commit

Permalink
fix: build error
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivan_Chen committed Sep 3, 2024
1 parent 201d4d2 commit c72a4a6
Show file tree
Hide file tree
Showing 5 changed files with 5 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 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,
"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 c72a4a6

Please sign in to comment.