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"] }