From ff697b8d4264dadc5fa87bcfa358ce829861a464 Mon Sep 17 00:00:00 2001 From: lhj <403133128@qq.com> Date: Fri, 15 Nov 2024 00:39:47 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E4=BF=AE=E6=94=B9=E6=89=93=E5=8C=85?= =?UTF-8?q?=E9=80=89=E9=A1=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tsconfig.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index b473a0f..8b88afd 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -11,13 +11,12 @@ /* Linting */ "compilerOptions": { "sourceMap": true, - "declaration": false, "emitDecoratorMetadata": true, "resolveJsonModule": true, "skipLibCheck": true, - "emitDeclarationOnly": true, "allowImportingTsExtensions": true, "allowSyntheticDefaultImports": true, + "noEmit": true, "jsx": "preserve", "experimentalDecorators": true, "target": "ES2020",