Skip to main content
Module

x/value_schema/tsconfig.cjs.json

simple, easy-to-use, and declarative input validator; supports Node.js, TypeScript, Deno, and Bun
Go to Latest
File
{ "extends": "./tsconfig.json", "compilerOptions": { "rootDir": "./src", "baseUrl": ".", "outDir": "./dist",
"target": "ES5", "module": "CommonJS" }, "include": ["src/**/*.ts"]}