Skip to content

Commit

Permalink
Use es2020 TypeScript module config instead of CommonJS
Browse files Browse the repository at this point in the history
Same as in client
  • Loading branch information
seanh committed Jul 4, 2024
1 parent 86aeddb commit 5f52af4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion h/static/scripts/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"lib": ["es2020", "dom"],
"jsx": "react-jsx",
"jsxImportSource": "preact",
"module": "commonjs",
"module": "es2020",
"noEmit": true,
"strict": true,
"target": "ES2020",
Expand Down

0 comments on commit 5f52af4

Please sign in to comment.