aboutsummaryrefslogtreecommitdiffstats
path: root/tsconfig.storybook.json
diff options
context:
space:
mode:
authorLibravatar Stefan Malzner <stefan@adlk.io>2019-01-04 12:16:14 +0100
committerLibravatar Stefan Malzner <stefan@adlk.io>2019-01-04 12:16:14 +0100
commit010917a05e70216e13902aa255ee247c3e1ffdfa (patch)
treecf5d4f04381f9dceeb570e8a3ad63f346ca3096d /tsconfig.storybook.json
parentFix missing packages in build (diff)
downloadferdium-app-010917a05e70216e13902aa255ee247c3e1ffdfa.tar.gz
ferdium-app-010917a05e70216e13902aa255ee247c3e1ffdfa.tar.zst
ferdium-app-010917a05e70216e13902aa255ee247c3e1ffdfa.zip
move storybook to root + typescript
TODO: fix modules
Diffstat (limited to 'tsconfig.storybook.json')
-rw-r--r--tsconfig.storybook.json7
1 files changed, 7 insertions, 0 deletions
diff --git a/tsconfig.storybook.json b/tsconfig.storybook.json
new file mode 100644
index 000000000..46e0e6cfa
--- /dev/null
+++ b/tsconfig.storybook.json
@@ -0,0 +1,7 @@
1{
2 "extends": "./tsconfig.settings.json",
3 "compilerOptions": {
4 "outDir": ".tstmp",
5 "rootDir": "./"
6 },
7}