rauth-client
Version:
A lightweight, framework-agnostic JavaScript/TypeScript library for adding reverse authentication via WhatsApp on the client side.
18 lines • 461 B
JSON
{
"compilerOptions": {
"target": "ES2019",
"module": "ESNext",
"declaration": true,
"declarationDir": "./dist/types",
"outDir": "./dist",
"strict": true,
"esModuleInterop": true,
"moduleResolution": "Node",
"allowJs": true,
"checkJs": false,
"forceConsistentCasingInFileNames": true,
"skipLibCheck": true
},
"include": ["index.ts", "utils/**/*.ts"],
"exclude": ["dist", "node_modules"]
}