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": {