UNPKG

ic-auth

Version:

A simple, modular package for integrating Internet Computer authentication providers into your app.

15 lines (14 loc) 309 B
{ "compilerOptions": { "target": "ESNext", "module": "CommonJS", "moduleResolution": "Node", "outDir": "./dist", "declaration": true, "strict": true, "esModuleInterop": true, "forceConsistentCasingInFileNames": true, "skipLibCheck": true }, "include": ["index.ts"] }