zonder
Version:
Ergonomic multi-chain indexing framework with dual runtime support for Ponder and Envio.
15 lines (14 loc) • 343 B
JSON
{
"compilerOptions": {
"target": "ES2022",
"module": "ESNext",
"moduleResolution": "bundler",
"allowSyntheticDefaultImports": true,
"esModuleInterop": true,
"allowJs": true,
"strict": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true
},
"exclude": ["dist", "bin", "node_modules"]
}