From 273e90f035ef73430028ea9878abf08c84d8cede Mon Sep 17 00:00:00 2001 From: inter Date: Mon, 8 Sep 2025 16:38:48 +0800 Subject: [PATCH] Add File --- frontend/tsconfig.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 frontend/tsconfig.json diff --git a/frontend/tsconfig.json b/frontend/tsconfig.json new file mode 100644 index 0000000..a8d3cb5 --- /dev/null +++ b/frontend/tsconfig.json @@ -0,0 +1,13 @@ +{ + "files": [], + "references": [ + { "path": "./tsconfig.app.json" }, + { "path": "./tsconfig.node.json" } + ], + "compilerOptions": { + "baseUrl": ".", + "paths": { + "@/*": ["src/*"] + } + } +}