aboutsummaryrefslogtreecommitdiff
path: root/tsconfig.json
diff options
context:
space:
mode:
authorMasaya Tojo <masaya@tojo.tokyo>2024-07-31 20:14:53 +0900
committerMasaya Tojo <masaya@tojo.tokyo>2024-07-31 20:14:53 +0900
commit9aa9576bcec58fc7f5b7e543d5b2af0ba80c3db3 (patch)
treef290703a2fab681df3aa92822e06fbb96fa63f03 /tsconfig.json
parent211725f2bec18b2e7c554b334a940e0b0ac250d1 (diff)
vite でプロジェクトを作成する
Diffstat (limited to 'tsconfig.json')
-rw-r--r--tsconfig.json11
1 files changed, 11 insertions, 0 deletions
diff --git a/tsconfig.json b/tsconfig.json
new file mode 100644
index 0000000..ea9d0cd
--- /dev/null
+++ b/tsconfig.json
@@ -0,0 +1,11 @@
+{
+ "files": [],
+ "references": [
+ {
+ "path": "./tsconfig.app.json"
+ },
+ {
+ "path": "./tsconfig.node.json"
+ }
+ ]
+}