Skip to content

Commit

Permalink
Update tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
NotWoods committed Dec 15, 2024
1 parent 9ab6cca commit d873803
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ jobs:
fail-fast: false
matrix:
node-version:
- 22
- 20
- 18
- 16
Expand Down
3 changes: 1 addition & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
],
"compilerOptions": {
"target": "es2018",
"module": "ES2020",
"module": "Node16",
"noEmit": true,
"checkJs": true,
"allowJs": true,
Expand All @@ -16,7 +16,6 @@
"noUnusedLocals": true,
"noImplicitReturns": true,
"noFallthroughCasesInSwitch": true,
"moduleResolution": "node",
"resolveJsonModule": true
}
}

0 comments on commit d873803

Please # to comment.