Module
The modular and type safe schema library for validating structural data 🤖
{ "compilerOptions": { "allowImportingTsExtensions": true, "declaration": true, "exactOptionalPropertyTypes": true, "isolatedDeclarations": true, "lib": ["ESNext", "DOM"], "module": "ESNext", "moduleResolution": "node", "noEmit": true, "skipLibCheck": true, "strict": true, "target": "ESNext" }, "include": ["src"]}