Skip to main content
Module

x/valibot/tsconfig.json

The modular and type safe schema library for validating structural data 🤖
Extremely Popular
Go to Latest
File
{ "compilerOptions": { "strict": true, "lib": ["ESNext", "DOM"], "target": "ESNext", "module": "ESNext", "moduleResolution": "node", "allowImportingTsExtensions": true, "noEmit": true }, "include": ["."]}