Git-UI extension for Git credentials (#74461)

This commit is contained in:
Christof Marti
2019-06-04 16:14:34 +02:00
committed by GitHub
parent f2d54affc1
commit 21aa8afdd0
11 changed files with 154 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
{
"extends": "../shared.tsconfig.json",
"compilerOptions": {
"outDir": "./out",
"experimentalDecorators": true,
"typeRoots": [
"./node_modules/@types"
]
},
"include": [
"src/**/*"
]
}