From 4ba97f30cadf1fd5098927dc37003506ebb3b4a5 Mon Sep 17 00:00:00 2001 From: WolverinDEV Date: Tue, 6 Nov 2018 18:07:52 +0100 Subject: [PATCH] Fixed declaration destination path --- web/tsconfig/tsdeclaration.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/tsconfig/tsdeclaration.json b/web/tsconfig/tsdeclaration.json index db04a6f1..c420f0b0 100644 --- a/web/tsconfig/tsdeclaration.json +++ b/web/tsconfig/tsdeclaration.json @@ -8,7 +8,7 @@ "allowJs": false, "checkJs": false, - "outFile": "declarations/exports" + "outFile": "../declarations/exports" }, "include": [ "../js/**/*.ts"