Skip to content

Commit

Permalink
correct tsconfig for build
Browse files Browse the repository at this point in the history
  • Loading branch information
davidjgoss committed Nov 24, 2024
1 parent 81f9ace commit 79cbac5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions javascript/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@
"skipLibCheck": true,
"strictNullChecks": true,
"experimentalDecorators": true,
"module": "ESNext",
"module": "NodeNext",
"lib": [
"ES2022"
],
"target": "ES2022",
"moduleResolution": "node16",
"moduleResolution": "NodeNext",
"allowSyntheticDefaultImports": true,
"noEmit": true
},
Expand Down

0 comments on commit 79cbac5

Please sign in to comment.