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