From 75d5f91c4ba574e31124060a08b274c180eb9925 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=A5=E6=B5=A9?= <37316281+yanhao98@users.noreply.github.com> Date: Sat, 30 Nov 2024 20:16:18 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E6=9B=B4=E6=96=B0=20tsconfig=20?= =?UTF-8?q?=E9=85=8D=E7=BD=AE=E4=BB=A5=E6=8C=87=E5=AE=9A=20tsBuildInfoFile?= =?UTF-8?q?=20=E8=B7=AF=E5=BE=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tsconfig.app.json | 1 + tsconfig.node.json | 1 + 2 files changed, 2 insertions(+) diff --git a/tsconfig.app.json b/tsconfig.app.json index d1f4998..92af9f9 100644 --- a/tsconfig.app.json +++ b/tsconfig.app.json @@ -1,5 +1,6 @@ { "compilerOptions": { + "tsBuildInfoFile": "./node_modules/.tmp/tsconfig.app.tsbuildinfo", "target": "ES2020", "useDefineForClassFields": true, "lib": ["ES2020", "DOM", "DOM.Iterable"], diff --git a/tsconfig.node.json b/tsconfig.node.json index 9dad701..abcd7f0 100644 --- a/tsconfig.node.json +++ b/tsconfig.node.json @@ -1,5 +1,6 @@ { "compilerOptions": { + "tsBuildInfoFile": "./node_modules/.tmp/tsconfig.node.tsbuildinfo", "target": "ES2022", "lib": ["ES2023"], "module": "ESNext",