From 059cfa6dc1c86ffff8cb4a0139a263307dda58c7 Mon Sep 17 00:00:00 2001 From: Marco Schumacher Date: Fri, 2 Sep 2022 17:19:58 +0200 Subject: [PATCH] fix: build error --- docs/tsconfig.json | 4 ++++ tsconfig.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 docs/tsconfig.json diff --git a/docs/tsconfig.json b/docs/tsconfig.json new file mode 100644 index 0000000..4c66bf8 --- /dev/null +++ b/docs/tsconfig.json @@ -0,0 +1,4 @@ +{ + "extends": "../tsconfig.json", + "include": ["stories"] +} diff --git a/tsconfig.json b/tsconfig.json index f9ba268..ed65eb4 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -22,5 +22,5 @@ "skipLibCheck": true, "sourceMap": true }, - "include": ["src", "docs/stories"] + "include": ["src"] }