Skip to main content
Module

x/otpauth/tsconfig.json

One Time Password (HOTP/TOTP) library for Node.js, Deno and browsers.
Go to Latest
File
{ "include": ["src/**/*"], "compilerOptions": { "target": "ES5", "strict": true, "allowJs": true, "checkJs": true, "declaration": true, "emitDeclarationOnly": true, "outDir": "types" }}