From 60a3e917e3457f35729abd1e452c5b4231885833 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Wed, 9 Jul 2025 19:54:46 +0900 Subject: feat(frontend): initialize frontend with Vite template --- frontend/tsconfig.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 frontend/tsconfig.json (limited to 'frontend/tsconfig.json') diff --git a/frontend/tsconfig.json b/frontend/tsconfig.json new file mode 100644 index 0000000..fb12418 --- /dev/null +++ b/frontend/tsconfig.json @@ -0,0 +1,7 @@ +{ + "files": [], + "references": [ + { "path": "./tsconfig.app.json" }, + { "path": "./tsconfig.node.json" } + ] +} -- cgit v1.2.3-70-g09d2