Updated tsconfig paths for v2

This commit is contained in:
stuartlo
2018-05-23 16:57:48 -07:00
parent 023cfed67e
commit 3e19417849
+10 -2
View File
@@ -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