aboutsummaryrefslogtreecommitdiffstats
path: root/tsconfig.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.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.json')
-rw-r--r--tsconfig.json4
1 files changed, 3 insertions, 1 deletions
diff --git a/tsconfig.json b/tsconfig.json
index 55b9b7770..3095a6367 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -1,5 +1,7 @@
1{ 1{
2 "files": [], 2 "files": [
3 "packages/**/*.{ts,tsx}"
4 ],
3 "references": [ 5 "references": [
4 { 6 {
5 "path": "packages/theme" 7 "path": "packages/theme"