From ef94c7042371a0500a4714fa14e188b38112ed74 Mon Sep 17 00:00:00 2001 From: arthurfiorette Date: Sat, 11 Dec 2021 10:45:22 -0300 Subject: [PATCH] chore: fixed typescript build --- tsconfig.types.json | 1 + 1 file changed, 1 insertion(+) 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"],