Skip to content

Commit

Permalink
Fix module
Browse files Browse the repository at this point in the history
  • Loading branch information
arkadiuszbachorski committed Jun 3, 2024
1 parent 8a8afe5 commit 3315197
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/example-package/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"compilerOptions": {
"declaration": true,
"declarationMap": true,
"module": "esnext",
"module": "es2015",
"target": "es6",
"lib": ["esnext"],
"jsx": "preserve",
Expand Down

0 comments on commit 3315197

Please sign in to comment.