@graperank/calculator
Version:
The GrapeRank Calculator module, calculates scorecards from input ratings.
16 lines • 359 B
JSON
{
"compilerOptions": {
// default for all packages
"target": "es2022",
"module": "NodeNext",
"declaration": true,
"incremental": true,
"esModuleInterop": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true,
// for this package
"composite":true,
"rootDir": "./",
"outDir": "./build",
},
}