From 377c36f84652e38587e51fd0a786564f83860968 Mon Sep 17 00:00:00 2001 From: Timothy Yin Date: Tue, 10 Feb 2026 01:17:42 +0800 Subject: [PATCH] =?UTF-8?q?chore(tsconfig):=20=E4=BF=AE=E5=A4=8D=E8=87=AA?= =?UTF-8?q?=E5=8A=A8=E5=AF=BC=E5=85=A5=E5=BC=95=E7=94=A8=E8=B7=AF=E5=BE=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tsconfig.json | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index b1d2f39..307b213 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,13 +1,18 @@ { // https://nuxt.com/docs/guide/concepts/typescript - "extends": "./.nuxt/tsconfig.json", - "compilerOptions": { - "allowSyntheticDefaultImports": true, - "esModuleInterop": true - }, + "files": [], "references": [ { - "path": "./tsconfig.node.json" + "path": "./.nuxt/tsconfig.app.json" + }, + { + "path": "./.nuxt/tsconfig.server.json" + }, + { + "path": "./.nuxt/tsconfig.shared.json" + }, + { + "path": "./.nuxt/tsconfig.node.json" } ] }