aboutsummaryrefslogtreecommitdiffstats
path: root/tsconfig.json
diff options
context:
space:
mode:
authorLibravatar Stefan Malzner <stefan@adlk.io>2019-01-08 21:41:11 +0100
committerLibravatar Stefan Malzner <stefan@adlk.io>2019-01-08 21:41:11 +0100
commit6aab4ab890c0ca2f99bc615b7048533774f6ff68 (patch)
tree088d86001efa2a6d825ad51259a2df9b62b201fe /tsconfig.json
parentwip (diff)
downloadferdium-app-6aab4ab890c0ca2f99bc615b7048533774f6ff68.tar.gz
ferdium-app-6aab4ab890c0ca2f99bc615b7048533774f6ff68.tar.zst
ferdium-app-6aab4ab890c0ca2f99bc615b7048533774f6ff68.zip
Make packages work in electron, node and web
Diffstat (limited to 'tsconfig.json')
-rw-r--r--tsconfig.json15
1 files changed, 3 insertions, 12 deletions
diff --git a/tsconfig.json b/tsconfig.json
index 031df721f..46e0e6cfa 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -1,16 +1,7 @@
1{ 1{
2 "extends": "./tsconfig.settings.json",
2 "compilerOptions": { 3 "compilerOptions": {
3 "experimentalDecorators": true 4 "outDir": ".tstmp",
5 "rootDir": "./"
4 }, 6 },
5 "files": [
6 "packages/**/*.{ts,tsx}"
7 ],
8 "references": [
9 {
10 "path": "packages/theme"
11 },
12 {
13 "path": "packages/forms"
14 }
15 ]
16} 7}