diff --git a/tsconfig.json b/tsconfig.json index 156adc5..cc6e7af 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -3,7 +3,8 @@ "exclude": ["coverage/", "node_modules/", "test/"], "compilerOptions": { "checkJs": true, - "noEmit": true, + "declaration": true, + "emitDeclarationOnly": true, "exactOptionalPropertyTypes": true, "forceConsistentCasingInFileNames": true, "lib": ["es2022", "dom"],