UNPKG

schemaorg-jsd

Version:

JSON Schema validation for JSON-LD files using Schema.org vocabulary.

17 lines (16 loc) 387 B
{ "compilerOptions": { "target" : "ES2020", "module" : "commonjs", "strict" : true, "importsNotUsedAsValues": "error", "noImplicitReturns" : true, "removeComments" : true, "noEmitOnError" : true }, "typedocOptions": { "name": "schemaorg-jsd", "entryPoints": "./dist/schemaorg.d.ts", "out": "./docs/api/" } }