Skip to content

Commit

Permalink
Remove node from types
Browse files Browse the repository at this point in the history
  • Loading branch information
timolins committed Jul 15, 2022
1 parent e33b969 commit bc609a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"include": ["src", "types", "test"],
"compilerOptions": {
"module": "esnext",
"types": ["node", "jest", "@testing-library/jest-dom"],
"types": ["jest", "@testing-library/jest-dom"],
"lib": ["dom", "esnext"],
// output .d.ts declaration files for consumers
"declaration": true,
Expand Down

0 comments on commit bc609a1

Please sign in to comment.