diff --git a/tsconfig.types.json b/tsconfig.types.json index a7c541f..75233a6 100644 --- a/tsconfig.types.json +++ b/tsconfig.types.json @@ -1,6 +1,7 @@ { "extends": "./tsconfig.json", "compilerOptions": { + "noEmit": false, "emitDeclarationOnly": true }, "include": ["src"],