UNPKG

fayda-auth

Version:

A library for interacting with the Fayda authentication service.

19 lines (18 loc) 280 B
{ "compilerOptions": { "target": "es6", "module": "commonjs", "outDir": "./dist", "rootDir": "./src", "strict": true, "esModuleInterop": true, "declaration": true }, "include": [ "src" ], "exclude": [ "node_modules", "dist" ] }