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, 7 insertions, 0 deletions
diff --git a/examples/kitchen-sink/packages/ui/src/__tests__/tsconfig.json b/examples/kitchen-sink/packages/ui/src/__tests__/tsconfig.json
new file mode 100644
index 0000000..10f19c1
--- /dev/null
+++ b/examples/kitchen-sink/packages/ui/src/__tests__/tsconfig.json
@@ -0,0 +1,7 @@
+{
+ "extends": "../../tsconfig.json",
+ "include": [".", "../."],
+ "compilerOptions": {
+ "jsx": "react"
+ }
+}