UNPKG

msal-iframe-ok

Version:

Fork to allow silent renewal in iFrame of Microsoft Authentication Library for js

20 lines (19 loc) 370 B
{ "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" ] }