From 2727a9a74e5a331f02726010083944d95025a0fc Mon Sep 17 00:00:00 2001 From: ruan-cat <1219043956@qq.com> Date: Sat, 19 Oct 2024 23:18:35 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=B3=20chore:=20=E4=BF=9D=E5=AD=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/tsconfig.node.json | 44 ++++++++++--------- 1 file changed, 23 insertions(+), 21 deletions(-) diff --git a/learn-create-compoents-lib/components/tsconfig.node.json b/learn-create-compoents-lib/components/tsconfig.node.json index 0d3d714..32c4068 100644 --- a/learn-create-compoents-lib/components/tsconfig.node.json +++ b/learn-create-compoents-lib/components/tsconfig.node.json @@ -1,22 +1,24 @@ { - "compilerOptions": { - "target": "ES2022", - "lib": ["ES2023"], - "module": "ESNext", - "skipLibCheck": true, - - /* Bundler mode */ - "moduleResolution": "bundler", - "allowImportingTsExtensions": true, - "isolatedModules": true, - "moduleDetection": "force", - "noEmit": true, - - /* Linting */ - "strict": true, - "noUnusedLocals": true, - "noUnusedParameters": true, - "noFallthroughCasesInSwitch": true - }, - "include": ["vite.config.ts"] -} + "compilerOptions": { + "target": "ESNext", + "lib": [ + "ES2023" + ], + "module": "ESNext", + "skipLibCheck": true, + /* Bundler mode */ + "moduleResolution": "bundler", + "allowImportingTsExtensions": true, + "isolatedModules": true, + "moduleDetection": "force", + "noEmit": true, + /* Linting */ + "strict": true, + "noUnusedLocals": true, + "noUnusedParameters": true, + "noFallthroughCasesInSwitch": true + }, + "include": [ + "./vite.config.ts" + ] +} \ No newline at end of file