@graperank/protocols-nostr
Version:
The Nostr Protocols plugin for GrapeRank allows the Interpreter to fetch and normalize ratings data from any kind[s] of Nostr event.
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",
},
}