banani
Version:
JS/TS library for the Banano cryptocurrency in the style of bananopie
16 lines (15 loc) • 386 B
JSON
{
"compilerOptions": {
"target": "es2020",
"module": "node16",
"moduleResolution": "node16",
"typeRoots": ["./node_modules/@types"],
"esModuleInterop": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true,
"strict": true,
"noUnusedLocals": true
},
"lib": ["ES2020"],
"exclude": ["node_modules", ".build", "browser-main.ts"]
}