Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/valibot/tsconfig.json

The modular and type safe schema library for validating structural data 🤖
Go to Latest
File
{ "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"]}