Skip to content

Commit a3dcf77

Browse files
Copilottecton
andauthored
fix(template): cherry-pick graph-connector build error fixes to dev (#15383)
* Initial plan * fix(template): build error in graph-connector (cherry-pick #15374) Co-authored-by: tecton <886116+tecton@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: tecton <886116+tecton@users.noreply.github.com>
1 parent a9fdc2b commit a3dcf77

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

templates/vsc/ts/graph-connector/package.json.tpl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@
2828
"fs-extra": "^11.2.0"
2929
},
3030
"devDependencies": {
31-
"@azure/identity": "^3.3.0",
3231
"@microsoft/microsoft-graph-client": "^3.0.6",
3332
"@microsoft/microsoft-graph-types": "^2.40.0",
3433
"@types/node": "^18.0.0",

templates/vsc/ts/graph-connector/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"compilerOptions": {
3-
"module": "commonjs",
3+
"module": "nodenext",
44
"target": "es6",
55
"outDir": "dist",
66
"rootDir": ".",

0 commit comments

Comments
 (0)