list-program 0.0.3

Create an on-chain list of accounts
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"
    ]
}