Rename vscode-account extension to microsoft-authentication

This commit is contained in:
Rachel Macfarlane
2020-05-13 09:41:29 -07:00
parent 969159eaa2
commit 9559d186d4
15 changed files with 4 additions and 4 deletions

View File

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