1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-01 09:15:38 +02:00

build(#10336): make .storybook as an individual TypeScript project

This commit is contained in:
Acid Chicken (硫酸鶏)
2023-03-21 13:01:40 +09:00
parent bf527cd6e7
commit cc3fbefc83
4 changed files with 95 additions and 24 deletions

View File

@@ -43,5 +43,8 @@
".eslintrc.js",
"./**/*.ts",
"./**/*.vue"
],
"exclude": [
".storybook/**/*",
]
}