Skip to content

Commit

Permalink
added tsConfig and modified installation of typescript installation.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan-Thurner committed May 5, 2024
1 parent 540e128 commit 0fd455e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 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 @@ -32,6 +32,7 @@ jobs:
- name: Install and compile TypeScript
run: |
npm install -g typescript
npm install --save-dev @types/node
tsc supporting_scripts/analysis-of-endpoint-connections/src/main/typeScript/AnalysisOfEndpointConnectionsClient.ts
- name: Run analysis-of-endpoint-connections-client
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"compilerOptions": {
"lib": ["es2016", "dom"],
},
}

0 comments on commit 0fd455e

Please sign in to comment.