From 396e181e006819da11438f78a5c7f62cc415b5e0 Mon Sep 17 00:00:00 2001 From: Christian Kaisermann Date: Thu, 25 Feb 2021 08:13:48 -0300 Subject: [PATCH] =?UTF-8?q?fix:=20=F0=9F=90=9B=20generated=20types=20direc?= =?UTF-8?q?tory?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/runtime/tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/runtime/tsconfig.json b/src/runtime/tsconfig.json index bfa3577..37830d4 100644 --- a/src/runtime/tsconfig.json +++ b/src/runtime/tsconfig.json @@ -2,7 +2,7 @@ "extends": "../../tsconfig.json", "compilerOptions": { "declaration": true, - "declarationDir": "../../types/runtime" + "declarationDir": "../../types" }, "include": ["."] }