From 43d91bfc283398c5426fe5b3b65b71419001ca82 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9o=20LUDWIG?= Date: Sat, 8 Feb 2025 20:48:19 +0100 Subject: [PATCH] chore: fix storybook configuration --- apps/storybook/tsconfig.json | 2 +- apps/storybook/turbo.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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": {