UNPKG

password-analysis

Version:

A library for analyzing the strength of a password

18 lines (17 loc) 473 B
{ "compilerOptions": { "target": "ES6", "module": "CommonJS", "lib": ["DOM", "ES2020"], // Ensure modern features are included "outDir": "./dist", "declaration": true, "strict": true, "esModuleInterop": true, "skipLibCheck": true, "moduleResolution": "node", "resolveJsonModule": true, "forceConsistentCasingInFileNames": true }, "include": ["src"], "exclude": ["node_modules", "dist", "**/*.test.ts"] }