Skip to content

Commit

Permalink
extension: Use nodenext target for tools instead of commonjs
Browse files Browse the repository at this point in the history
  • Loading branch information
danielhjacobs committed Jun 13, 2024
1 parent f4fd851 commit 22c73e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/packages/extension/tools/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"extends": "@tsconfig/strictest/tsconfig.json",
"compilerOptions": {
"composite": true,
"module": "commonjs",
"module": "nodenext",
"target": "ES2021",
"rootDir": "."
},
Expand Down

0 comments on commit 22c73e9

Please sign in to comment.