Add paths to v16.0 tsconfig to fix tests

This commit is contained in:
Alexander James Phillips
2017-05-07 18:40:20 +01:00
parent cacacaa38a
commit 7503dd0bd3
+5
View File
@@ -12,6 +12,11 @@
"../../"
],
"types": [],
"paths": {
"hapi": [
"hapi/v16.0"
]
},
"noEmit": true,
"forceConsistentCasingInFileNames": true
},