Merge branch 'master' into parser_core

This commit is contained in:
Daniel Imms
2019-06-01 10:11:31 -07:00
committed by GitHub
3 changed files with 3 additions and 8 deletions
+1 -4
View File
@@ -5,10 +5,7 @@
"types": [
"../../node_modules/@types/mocha"
],
"baseUrl": "..",
"paths": {
"common/*": [ "./common/*" ]
}
"baseUrl": ".."
},
"include": [ "./**/*" ]
}
+1 -2
View File
@@ -7,8 +7,7 @@
],
"baseUrl": "..",
"paths": {
"common/*": [ "./common/*" ],
"core/*": [ "./core/*" ]
"common/*": [ "./common/*" ]
}
},
"include": [ "./**/*" ],
+1 -2
View File
@@ -11,8 +11,7 @@
],
"baseUrl": "..",
"paths": {
"common/*": [ "./common/*" ],
"ui/*": [ "./ui/*" ]
"common/*": [ "./common/*" ]
}
},
"include": [ "./**/*" ],