@openactive/data-model-validator
Version:
A library to allow a developer to validate a JSON document against the OpenActive Modelling Opportunity Specification
25 lines (24 loc) • 656 B
JSON
{
"compilerOptions": {
"noEmit": true,
"allowJs": true,
"checkJs": true,
"downlevelIteration": true,
"target": "ES2019",
"moduleResolution": "node",
"types": ["jasmine", "node", "jasmine-expect"]
},
"include": [
"src/classes/**/*.js",
"src/errors/**/*.js",
"src/exceptions.js",
"src/helpers/**/*.js",
"src/rules/rule.js",
"src/rules/data-quality/discussion-url-should-point-to-recognised-discussion-board-rule.js",
"src/rules/data-quality/discussion-url-should-point-to-recognised-discussion-board-rule-spec.js",
// TODO add other rules
],
"exclude": [
"src/helpers/graph.js"
]
}