15 строки
327 B
JSON
15 строки
327 B
JSON
{
|
|
"extends": "../../../tsconfig",
|
|
"compilerOptions": {
|
|
"target": "es6",
|
|
"lib": ["DOM"],
|
|
"declarationDir": "./types",
|
|
"outDir": "./dist-esm",
|
|
"resolveJsonModule": true,
|
|
"paths": {
|
|
"@azure/identity-vscode": ["./src/index"]
|
|
}
|
|
},
|
|
"include": ["src/**/*", "test/**/*", "samples-dev/**/*"]
|
|
}
|