Skip to content

Commit

Permalink
fix type reset
Browse files Browse the repository at this point in the history
  • Loading branch information
nichtsam committed Dec 28, 2024
1 parent 2a2cc89 commit e5103e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"include": ["@epic-web/config/reset.d.ts", "**/*.ts", "**/*.tsx"],
"include": ["**/*.ts", "**/*.tsx"],
"compilerOptions": {
"lib": ["DOM", "DOM.Iterable", "ES2022"],
"types": ["@remix-run/node", "vite/client"],
Expand Down
1 change: 1 addition & 0 deletions types/reset.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
import '@epic-web/config/reset.d.ts'

0 comments on commit e5103e3

Please sign in to comment.