macroforge_ts 0.1.66

TypeScript macro expansion engine - write compile-time macros in Rust
Documentation
{
    "fmt": {
        "useTabs": false,
        "indentWidth": 4,
        "lineWidth": 100,
        "singleQuote": true,
        "semiColons": true,
        "trailingCommas": "never",
        "exclude": ["**/js/**", "**/dist", "**/build", "**/node_modules"]
    },
    "lint": {
        "exclude": [
            "**/js/**",
            "**/dist",
            "**/build",
            "**/node_modules",
            "index.js",
            "index.d.ts"
        ]
    }
}