diff --git a/tsconfig.json b/tsconfig.json index 53c269e..7f5fb3f 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -4,7 +4,8 @@ "module": "commonjs", "allowJs": true, "checkJs": true, - "noEmit": true, + "declaration": true, + "emitDeclarationOnly": true, "noUnusedLocals": true, "noUnusedParameters": true },