Skip to content

Commit

Permalink
npm install --save typescript undici-types
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan-Thurner committed May 13, 2024
1 parent 1f8d5ca commit 23106e0
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
1 change: 1 addition & 0 deletions .github/workflows/analysis-of-endpoint-connections.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:
cd supporting_scripts/analysis-of-endpoint-connections/src/main/typeScript/
npm install
npm install --save-dev @types/node
npm install --save typescript undici-types
- name: Install and compile TypeScript
run: |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,12 @@
//}

{
"compilerOptions": {
"module": "es2020",
"target": "es2022",
"lib": ["es2022", "dom"],
"types": ["node"]
},
"include": ["AnalysisOfEndpointConnectionsClient.ts"]
"compilerOptions": {
"module": "es2020",
"target": "es2022",
"lib": ["es2022", "dom"],
"types": ["node"],
"moduleResolution": "node"
},
"include": ["AnalysisOfEndpointConnectionsClient.ts"]
}

0 comments on commit 23106e0

Please sign in to comment.