Skip to content

Commit

Permalink
chore(deps): use commonjs
Browse files Browse the repository at this point in the history
  • Loading branch information
wing328 committed Dec 26, 2023
1 parent 83b72f9 commit ed8a9b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsconfig.base.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"experimentalDecorators": true,
"importHelpers": true,
"target": "es2015",
"module": "esnext",
"module": "CommonJS",
"typeRoots": ["node_modules/@types"],
"lib": ["es2017", "dom"],
"skipLibCheck": true,
Expand Down

0 comments on commit ed8a9b6

Please sign in to comment.