jsonschema2ddl
Version:
Convert JSON Schema to DDL
20 lines • 451 B
JSON
{
"$schema": "https://json.schemastore.org/tsconfig",
"display": "Node 1820",
"compilerOptions": {
"module": "es6",
"esModuleInterop": true,
"target": "es6",
"moduleResolution": "node",
"sourceMap": true,
"allowJs": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true,
"allowSyntheticDefaultImports": true,
"outDir": "lib",
"declaration": true
},
"include": [
"src/**/*"
]
}