@shko.online/dataverse-odata
Version:
This package will help parse OData strings (only the Microsoft Dataverse subset). It can be used as a validator, or you can build some javascript library which consumes the output of this library.
33 lines • 696 B
JSON
{
"compilerOptions": {
"jsx": "react",
"allowSyntheticDefaultImports": true,
"esModuleInterop": true,
"target": "es5",
"lib": [
"es5",
"es6",
"dom"
],
"module": "ES6",
"moduleResolution": "node",
"noEmit": false,
"outDir": "lib",
"resolveJsonModule": true,
"declaration": true,
"declarationMap": true,
"sourceMap": true,
"baseUrl": "."
},
"exclude": [
"node_modules",
"wwwroot",
"lib"
],
"include": [
"src",
"tests",
"__type-tests__",
"__test-components__"
]
}