aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/examples/kitchen-sink/packages/ui/src/__tests__/tsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'examples/kitchen-sink/packages/ui/src/__tests__/tsconfig.json')
-rw-r--r--examples/kitchen-sink/packages/ui/src/__tests__/tsconfig.json7
1 files changed, 0 insertions, 7 deletions
diff --git a/examples/kitchen-sink/packages/ui/src/__tests__/tsconfig.json b/examples/kitchen-sink/packages/ui/src/__tests__/tsconfig.json
deleted file mode 100644
index 10f19c1..0000000
--- a/examples/kitchen-sink/packages/ui/src/__tests__/tsconfig.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "extends": "../../tsconfig.json",
- "include": [".", "../."],
- "compilerOptions": {
- "jsx": "react"
- }
-}