UNPKG

json-to-schema-generator

Version:

json-to-schema is a lightweight and powerful utility that generates JSON Schema from a given JSON object. It automatically detects the structure of the JSON, including nested objects and arrays, and generates a corresponding schema that can be used for va

12 lines (11 loc) 202 B
{ "compilerOptions": { "module": "CommonJS", "target": "ES2020", "outDir": "./dist", "rootDir": "./src", "strict": true, "declaration": true, "esModuleInterop": true } }