@treecg/ldes-orchestrator
Version:
Fills the gaps that a Linked Data Platform (LDP) cannot do by itself for creating a Linked Data Event Stream (LDES) in LDP.
23 lines (22 loc) • 408 B
JSON
{
"compilerOptions": {
"declaration": true,
"target": "es5",
"module": "commonjs",
"allowJs": true,
"outDir": "./dist",
"noEmitOnError": true,
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"strict": true,
"skipLibCheck": true
},
"include": [
"index.ts",
"./src/**/*",
"./tests/**/*"
],
"exclude": [
"node_modules"
],
}