Correct V8 paths

This commit is contained in:
Scott Durow
2017-11-10 22:46:02 +00:00
parent 631fadea3b
commit 79823c8ad0

View File

@@ -13,11 +13,16 @@
"noImplicitThis": true,
"strictNullChecks": true,
"strictFunctionTypes": false,
"baseUrl": "../",
"baseUrl": "../../",
"typeRoots": [
"../"
"../../"
],
"types": [],
"paths": {
"xrm": [
"xrm/v8"
]
},
"noEmit": true,
"forceConsistentCasingInFileNames": true
}