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, 8 insertions, 0 deletions
diff --git a/examples/kitchen-sink/packages/ui/tsconfig.json b/examples/kitchen-sink/packages/ui/tsconfig.json
new file mode 100644
index 0000000..46c4f7b
--- /dev/null
+++ b/examples/kitchen-sink/packages/ui/tsconfig.json
@@ -0,0 +1,8 @@
+{
+ "compilerOptions": {
+ "lib": ["dom", "ES2015"]
+ },
+ "extends": "tsconfig/react-library.json",
+ "include": ["."],
+ "exclude": ["dist", "build", "node_modules"]
+}