UNPKG

jwt-logout-app

Version:

A JWT Logout app that maitaines a dictionary of JWTs mapped to a userid which can then be used for performig logout when using JWT for sign-in

25 lines 611 B
{ "compilerOptions": { "module": "commonjs", "esModuleInterop": true, "resolveJsonModule": true, "target": "es6", "noImplicitAny": true, "moduleResolution": "node", "sourceMap": true, "outDir": "dist", "baseUrl": ".", "experimentalDecorators": true, "emitDecoratorMetadata": true, "paths": { "*": [ "node_modules/*", "src/types/*", "*.json" ] } }, "include": [ "src/**/*", "index.ts" ] }