From 754d072a2b55d5c36246d355e2c7f734747a60e2 Mon Sep 17 00:00:00 2001 From: kiki-kanri Date: Fri, 18 Oct 2024 14:22:08 +0800 Subject: [PATCH] chore: modify tsconfig.json --- tsconfig.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index af5ecd0..fb492f6 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -2,7 +2,8 @@ "extends": "@kikiutils/tsconfigs/esnext/es2022.json", "compilerOptions": { "declaration": true, - "outDir": "./dist" + "declarationDir": "./dist", + "emitDeclarationOnly": true }, "include": ["./src"] }