diff --git a/apps/storybook/tsconfig.json b/apps/storybook/tsconfig.json index 9fc99ef..61f945d 100644 --- a/apps/storybook/tsconfig.json +++ b/apps/storybook/tsconfig.json @@ -3,5 +3,5 @@ "compilerOptions": { "lib": ["DOM", "DOM.Iterable", "ESNext"] }, - "include": ["./.storybook/**/*.ts", "./.storybook/**/*.tsx"] + "include": ["http-server.ts", "./.storybook/**/*.ts", "./.storybook/**/*.tsx"] } diff --git a/apps/storybook/turbo.json b/apps/storybook/turbo.json index 2c02ec9..48a4156 100644 --- a/apps/storybook/turbo.json +++ b/apps/storybook/turbo.json @@ -1,5 +1,5 @@ { - "$schema": "https://turbo.build/schema.json", + "$schema": "../../node_modules/turbo/schema.json", "extends": ["//"], "tasks": { "test": {