UNPKG

email-validator-helper

Version:

This package provides your application with several types of email validation: syntax, domain, MX server, and much more.

24 lines (23 loc) 499 B
{ "include": ["src/**/*","dist/**/*"], "compilerOptions": { "target": "ES2015", "lib": [ "ES2015", "ES2020" ], "module": "esnext", "rootDir": "./src", "outDir": "./dist", "moduleResolution": "node", "allowJs": true, "sourceMap": true, "removeComments": true, "esModuleInterop": true, "forceConsistentCasingInFileNames": true, "resolveJsonModule": true, "strict": true, "noImplicitAny": true, "skipLibCheck": true } }