@treecg/curation
Version:
This library implements a class (Curator) with methods to curate an announcement LDES in LDP.
23 lines (22 loc) • 407 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"
]
}