summaryrefslogtreecommitdiff
path: root/morsehero/tsconfig.json
diff options
context:
space:
mode:
authorYuval Adam <_@yuv.al>2025-03-05 09:22:48 +0100
committerYuval Adam <_@yuv.al>2025-03-05 09:22:48 +0100
commit0f187f792c264ba3d9e7de62b577fbfea0d86386 (patch)
tree0ec1d49062e0b562fe1d60f2c123d2d3927e60ff /morsehero/tsconfig.json
parent0f19e2f80ac7ac2f45310eab35e2af5e55f23de2 (diff)
Initial vite project
Diffstat (limited to 'morsehero/tsconfig.json')
-rw-r--r--morsehero/tsconfig.json7
1 files changed, 7 insertions, 0 deletions
diff --git a/morsehero/tsconfig.json b/morsehero/tsconfig.json
new file mode 100644
index 0000000..1ffef60
--- /dev/null
+++ b/morsehero/tsconfig.json
@@ -0,0 +1,7 @@
+{
+ "files": [],
+ "references": [
+ { "path": "./tsconfig.app.json" },
+ { "path": "./tsconfig.node.json" }
+ ]
+}