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"] }