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