msal
Version:
Microsoft Authentication Library for js
20 lines (19 loc) • 389 B
JSON
{
"extends": "./tsconfig.base.json",
"compilerOptions": {
"moduleResolution": "node",
"module": "commonjs",
"target": "es5",
"lib": [ "es2015", "dom", "es2015.promise" ],
"outDir": "lib-commonjs",
"allowUnusedLabels": false,
"noImplicitReturns": true
},
"files": [
"./src/index.ts"
],
"types": [
"node",
"mocha"
]
}