index-program 0.1.12

Virtual namespaces for indexing Solana accounts on-chain
Documentation
{
    "extends": "../../../tsconfig.json",
    "compilerOptions": {
        "rootDir": "./src",
        "outDir": "./dist",
        "target": "esnext",
        "module": "esnext",
        "lib": [
            "dom",
            "dom.iterable",
            "esnext"
        ],
        "baseUrl": ".",
        "paths": {}
    },
    "exclude": [
        "dist",
        "node_modules",
        ".yarn"
    ]
}