From 3e19417849aaddfcba44bdf0df157a00847ebc87 Mon Sep 17 00:00:00 2001 From: stuartlo Date: Wed, 23 May 2018 16:57:48 -0700 Subject: [PATCH] Updated tsconfig paths for v2 --- types/ckeditor/v2/tsconfig.json | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/types/ckeditor/v2/tsconfig.json b/types/ckeditor/v2/tsconfig.json index e845e96c0a..5cb7f16ad2 100644 --- a/types/ckeditor/v2/tsconfig.json +++ b/types/ckeditor/v2/tsconfig.json @@ -9,10 +9,18 @@ "noImplicitThis": false, "strictNullChecks": false, "strictFunctionTypes": true, - "baseUrl": "../", + "baseUrl": "../../", "typeRoots": [ - "../" + "../../" ], + "paths": { + "ckeditor": [ + "ckeditor/v2" + ], + "ckeditor/*": [ + "ckeditor/v2/*" + ] + }, "types": [], "noEmit": true, "forceConsistentCasingInFileNames": true