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