@bdelab/jscat
Version:
A library to support IRT-based computer adaptive testing in JavaScript
30 lines • 537 B
JSON
{
"compilerOptions": {
"target": "es2017",
"module": "commonjs",
"declaration": true,
"outDir": "./lib",
"strict": true,
"esModuleInterop": true
},
"include": [
"src"
],
"exclude": [
"node_modules",
"**/__tests__/*"
],
"typedocOptions": {
"entryPoints": [
"src"
],
"entryPointStrategy": "expand",
"exclude": [
"**/*+(spec|test).+(ts|js)",
"**/__tests__/**/*.+(ts|js)"
],
"out": "docs",
"includeVersion": true,
"readme": "README.md"
}
}