From 1c63ee9e8cc78143ceebbdbcf46db141f4139a4c Mon Sep 17 00:00:00 2001 From: Nicole Oliveira Date: Fri, 3 Sep 2021 10:53:28 -0300 Subject: [PATCH] =?UTF-8?q?feat:=20corre=C3=A7=C3=A3o=20da=20vers=C3=A3o?= =?UTF-8?q?=20do=20typescript?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Tem uma issue no typescript porque está travando o build. https://github.com/microsoft/TypeScript/pull/45642 https://github.com/rollup/rollup/issues/4213 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 32964dd..1b8142b 100644 --- a/package.json +++ b/package.json @@ -86,6 +86,6 @@ "ts-loader": "^8.0.17", "ts-node": "^9.1.1", "tslib": "^2.0.3", - "typescript": "^4.1.3" + "typescript": "4.3.5" } }