aboutsummaryrefslogtreecommitdiffstats
path: root/tsconfig.settings.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.settings.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.settings.json')
-rw-r--r--tsconfig.settings.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/tsconfig.settings.json b/tsconfig.settings.json
index 3d29cfec4..a156a958b 100644
--- a/tsconfig.settings.json
+++ b/tsconfig.settings.json
@@ -12,6 +12,6 @@
12 "strict": true, 12 "strict": true,
13 "allowSyntheticDefaultImports": true, 13 "allowSyntheticDefaultImports": true,
14 "experimentalDecorators": true, 14 "experimentalDecorators": true,
15 "composite": true 15 "composite": true,
16 } 16 }
17} 17}