aboutsummaryrefslogtreecommitdiff
path: root/tsconfig.json
diff options
context:
space:
mode:
authorMistivia <i@mistivia.com>2025-02-04 21:13:02 +0800
committerMistivia <i@mistivia.com>2025-02-04 21:13:02 +0800
commit781917675a1f7a81d61dca8e5134fb4867750685 (patch)
tree6156b81e42d46fddc8ad2e518cf070c0891224bc /tsconfig.json
init
Diffstat (limited to 'tsconfig.json')
-rw-r--r--tsconfig.json7
1 files changed, 7 insertions, 0 deletions
diff --git a/tsconfig.json b/tsconfig.json
new file mode 100644
index 0000000..1ffef60
--- /dev/null
+++ b/tsconfig.json
@@ -0,0 +1,7 @@
+{
+ "files": [],
+ "references": [
+ { "path": "./tsconfig.app.json" },
+ { "path": "./tsconfig.node.json" }
+ ]
+}