aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/examples/kitchen-sink/packages/ui/tsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'examples/kitchen-sink/packages/ui/tsconfig.json')
-rw-r--r--examples/kitchen-sink/packages/ui/tsconfig.json8
1 files changed, 0 insertions, 8 deletions
diff --git a/examples/kitchen-sink/packages/ui/tsconfig.json b/examples/kitchen-sink/packages/ui/tsconfig.json
deleted file mode 100644
index 46c4f7b..0000000
--- a/examples/kitchen-sink/packages/ui/tsconfig.json
+++ /dev/null
@@ -1,8 +0,0 @@
-{
- "compilerOptions": {
- "lib": ["dom", "ES2015"]
- },
- "extends": "tsconfig/react-library.json",
- "include": ["."],
- "exclude": ["dist", "build", "node_modules"]
-}