UNPKG

yh-validator

Version:

A lightweight form validation library with modular functions

14 lines 293 B
{ "compilerOptions": { "target": "ESNext", "module": "ESNext", "declaration": true, "outDir": "./dist", "strict": true, "esModuleInterop": true, "moduleResolution": "node", "skipLibCheck": true, "types": ["vitest"] }, "include": ["src"] }