Skip to content

Commit

Permalink
🔧 Remove importHelpers from lib package
Browse files Browse the repository at this point in the history
Closes #1727
  • Loading branch information
baptisteArno committed Aug 21, 2024
1 parent b2c8ef9 commit eb9c3b6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/lib/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"include": ["**/*.ts"],
"exclude": ["node_modules"],
"compilerOptions": {
"lib": ["ES2021", "DOM"],
"importHelpers": true
"lib": ["ES2021", "DOM"]
}
}

0 comments on commit eb9c3b6

Please sign in to comment.