Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
charlypoly committed Sep 25, 2023
1 parent f803d89 commit 2e31db3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
"baseUrl": ".",
"outDir": "dist",
"rootDir": "packages",
"esModuleInterop": false,
"esModuleInterop": true,
"allowSyntheticDefaultImports": true,
"importHelpers": true,
"experimentalDecorators": true,
"module": "ESNext",
"module": "CommonJS",
"target": "ES2021",
"lib": ["ES2022"],
"moduleResolution": "node",
Expand Down

0 comments on commit 2e31db3

Please sign in to comment.