move git lib over to extension

This commit is contained in:
Joao Moreno
2016-11-28 17:18:46 +01:00
parent 1f38d8e8da
commit dd043965ad
10 changed files with 669 additions and 75 deletions

View File

@@ -1,7 +1,7 @@
{
"compilerOptions": {
"noLib": true,
"target": "es5",
"target": "es6",
"lib": ["es2016"],
"module": "commonjs",
"outDir": "./out",
"strictNullChecks": true