aboutsummaryrefslogtreecommitdiffstats
path: root/tsconfig.json
diff options
context:
space:
mode:
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}