linkdex
Version:
An index mapping block CID to linked block CID.
20 lines (19 loc) • 423 B
JSON
{
"include": ["**/*.js"],
"compilerOptions": {
"declaration": true,
"declarationMap": true,
"emitDeclarationOnly": true,
"outDir": "dist",
"allowJs": true,
"checkJs": true,
"strict": true,
"esModuleInterop": true,
"moduleResolution": "node",
"skipLibCheck": true,
"resolveJsonModule": true,
"lib": ["ES2021", "DOM"],
"target": "ES2021",
"module": "es2020",
}
}