Skip to content

Commit

Permalink
chore(tsconfig): remove lib; target will be used in absence
Browse files Browse the repository at this point in the history
  • Loading branch information
Fdawgs committed Jan 24, 2024
1 parent 0d7baf1 commit 1c8da1c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
"checkJs": true,
"declaration": true,
"emitDeclarationOnly": true,
"lib": ["ES2022"],
"module": "NodeNext",
"moduleResolution": "NodeNext",
"outDir": "types",
Expand Down

0 comments on commit 1c8da1c

Please sign in to comment.