aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/examples/with-vite/packages/ui/tsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'examples/with-vite/packages/ui/tsconfig.json')
-rw-r--r--examples/with-vite/packages/ui/tsconfig.json5
1 files changed, 5 insertions, 0 deletions
diff --git a/examples/with-vite/packages/ui/tsconfig.json b/examples/with-vite/packages/ui/tsconfig.json
new file mode 100644
index 0000000..61a00fa
--- /dev/null
+++ b/examples/with-vite/packages/ui/tsconfig.json
@@ -0,0 +1,5 @@
+{
+ "extends": "tsconfig/base.json",
+ "include": ["."],
+ "exclude": ["node_modules"]
+}