schema-finder
Version:
A simple React component for viewing and exploring a JSONSchema
21 lines (20 loc) • 508 B
JSON
{
"$schema": "https://json.schemastore.org/tsconfig",
"display": "Node 14",
"compilerOptions": {
"declaration": true,
"declarationMap": true,
"emitDeclarationOnly": true,
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"jsx": "preserve",
"lib": ["esnext", "DOM"],
"moduleResolution": "node",
"outDir": "dist",
"skipLibCheck": true,
"strict": true,
"target": "esnext"
},
"include": ["src/index.ts"],
"exclude": ["node_modules"]
}