aboutsummaryrefslogtreecommitdiffstats
path: root/uidev/tsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'uidev/tsconfig.json')
-rw-r--r--uidev/tsconfig.json13
1 files changed, 13 insertions, 0 deletions
diff --git a/uidev/tsconfig.json b/uidev/tsconfig.json
new file mode 100644
index 000000000..23a59e665
--- /dev/null
+++ b/uidev/tsconfig.json
@@ -0,0 +1,13 @@
1{
2 "extends": "../tsconfig.settings.json",
3 "compilerOptions": {
4 "outDir": "lib",
5 "rootDir": "src"
6 },
7 "references": [{
8 "path": "../packages/theme"
9 },
10 {
11 "path": "../packages/forms"
12 }]
13}