Skip to content

Commit

Permalink
use reset properly
Browse files Browse the repository at this point in the history
  • Loading branch information
kentcdodds committed May 26, 2024
1 parent ac36df3 commit 06cde41
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion epicshop/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"include": ["@epic-web/config/reset.d.ts", "**/*.ts", "**/*.tsx", "**/*.js"],
"include": ["**/*.ts", "**/*.tsx", "**/*.js"],
"extends": ["@epic-web/config/typescript"]
}
1 change: 1 addition & 0 deletions reset.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
import '@epic-web/config/reset.d.ts'
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"],
"extends": ["@epic-web/config/typescript"],
"compilerOptions": {
"paths": {
Expand Down

0 comments on commit 06cde41

Please sign in to comment.