UNPKG

valia

Version:

A runtime data validator in TypeScript with advanced type inference, built-in validation functions, and seamless integration for server and client environments.

17 lines (16 loc) 364 B
{ "compilerOptions": { "strict": true, "target": "ES2021", "module": "ESNext", "lib": ["ES2021", "DOM"], "moduleResolution": "node", "esModuleInterop": true, "noEmit": true, "skipLibCheck": true, "noErrorTruncation": true, "forceConsistentCasingInFileNames": true }, "include": ["src"], "exclude": ["dist", "**/node_modules", "**/.*/"] }