From 06cde41bc4c94364f3023a05354d020ce4909e00 Mon Sep 17 00:00:00 2001 From: "Kent C. Dodds" Date: Sat, 25 May 2024 23:59:01 -0600 Subject: [PATCH] use reset properly --- epicshop/tsconfig.json | 2 +- reset.d.ts | 1 + tsconfig.json | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 reset.d.ts diff --git a/epicshop/tsconfig.json b/epicshop/tsconfig.json index 252c54cd..7ab15882 100644 --- a/epicshop/tsconfig.json +++ b/epicshop/tsconfig.json @@ -1,4 +1,4 @@ { - "include": ["@epic-web/config/reset.d.ts", "**/*.ts", "**/*.tsx", "**/*.js"], + "include": ["**/*.ts", "**/*.tsx", "**/*.js"], "extends": ["@epic-web/config/typescript"] } diff --git a/reset.d.ts b/reset.d.ts new file mode 100644 index 00000000..47ae53c9 --- /dev/null +++ b/reset.d.ts @@ -0,0 +1 @@ +import '@epic-web/config/reset.d.ts' \ No newline at end of file diff --git a/tsconfig.json b/tsconfig.json index cba028a4..7f0be2dc 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,5 +1,5 @@ { - "include": ["@epic-web/config/reset.d.ts", "**/*.ts", "**/*.tsx"], + "include": ["**/*.ts", "**/*.tsx"], "extends": ["@epic-web/config/typescript"], "compilerOptions": { "paths": {