diff --git a/tsconfig.json b/tsconfig.json index 5040ebc..9ea6e44 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -14,5 +14,5 @@ "rootDir": "./src" }, "include": ["src", "types", "test"], - "exclude": ["./site"] + "exclude": ["./site", "stories"] }