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