From 63e7ea1e8658ecace90b830b737a8c3380fa9a1f Mon Sep 17 00:00:00 2001 From: Nikolai Ommundsen Date: Mon, 28 May 2018 09:27:30 +0200 Subject: [PATCH] Chrome apps tsconfig: Fix base url --- types/chrome-apps/tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/chrome-apps/tsconfig.json b/types/chrome-apps/tsconfig.json index f06899c6eb..50a50c3193 100644 --- a/types/chrome-apps/tsconfig.json +++ b/types/chrome-apps/tsconfig.json @@ -9,7 +9,7 @@ "noImplicitThis": true, "strictNullChecks": true, "strictFunctionTypes": true, - "baseUrl": ".", + "baseUrl": "../", "typeRoots": [ "../" ],