Skip to content

Commit

Permalink
revert tsconfig too
Browse files Browse the repository at this point in the history
  • Loading branch information
BYK committed Aug 28, 2024
1 parent b5bb58f commit 82ee0bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/tsconfig/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"compilerOptions": {
"target": "ES2020",
"useDefineForClassFields": true,
"lib": ["ES2020", "DOM", "DOM.Iterable", "ESNext.Promise"],
"lib": ["ES2020", "DOM", "DOM.Iterable"],
"module": "ESNext",
"skipLibCheck": true,

Expand Down

0 comments on commit 82ee0bd

Please sign in to comment.