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