diff --git a/apps/client/.storybook/tsconfig.json b/apps/client/.storybook/tsconfig.json deleted file mode 100644 index 61b74d70..00000000 --- a/apps/client/.storybook/tsconfig.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "extends": "../tsconfig.json", - "compilerOptions": {}, - "include": ["**/*.ts", "**/*.tsx", "**/**/*.ts", "**/**/*.tsx"] -} diff --git a/apps/client/tsconfig.json b/apps/client/tsconfig.json index 5f8e9471..d69a004a 100644 --- a/apps/client/tsconfig.json +++ b/apps/client/tsconfig.json @@ -27,10 +27,5 @@ "next-env.d.ts", ".next/types/**/*.ts" ], - "exclude": ["node_modules", "jest.config.ts"], - "references": [ - { - "path": "./.storybook/tsconfig.json" - } - ] + "exclude": ["node_modules", "jest.config.ts"] }