summaryrefslogtreecommitdiff
path: root/packages/frontend/tsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'packages/frontend/tsconfig.json')
-rw-r--r--packages/frontend/tsconfig.json3
1 files changed, 3 insertions, 0 deletions
diff --git a/packages/frontend/tsconfig.json b/packages/frontend/tsconfig.json
index 54e5219b56..4d582daa3c 100644
--- a/packages/frontend/tsconfig.json
+++ b/packages/frontend/tsconfig.json
@@ -43,5 +43,8 @@
".eslintrc.js",
"./**/*.ts",
"./**/*.vue"
+ ],
+ "exclude": [
+ ".storybook/**/*",
]
}