Skip to content
Open
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/Cli/func/StaticResources/package-ts-v4.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"devDependencies": {
"azure-functions-core-tools": "^4.x",
"@types/node": "18.x",
"typescript": "^4.0.0",
"typescript": "^5.0.0",
"rimraf": "^5.0.0"
}
}
2 changes: 1 addition & 1 deletion src/Cli/func/StaticResources/package-ts.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
"@azure/functions": "^3.0.0",
"azure-functions-core-tools": "^4.x",
"@types/node": "18.x",
"typescript": "^4.0.0"
"typescript": "^5.0.0"
}
}
3 changes: 2 additions & 1 deletion src/Cli/func/StaticResources/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"outDir": "dist",
"rootDir": ".",
"sourceMap": true,
"strict": false
"strict": false,
"esModuleInterop": true
}
}