hyperchad_renderer_vanilla_js 0.3.0

HyperChad Vanilla JS HTML renderer package
{
    "compilerOptions": {
        "allowSyntheticDefaultImports": true,
        "esModuleInterop": true,
        "skipLibCheck": true,
        "target": "ESNext",
        "module": "ESNext",
        "moduleResolution": "node",
        "jsxImportSource": "solid-js",
        "jsx": "preserve",
        "allowJs": true,
        "strict": true,
        "baseUrl": ".",
        "outDir": "./dist",
        "lib": ["ESNext.Array", "DOM", "ESNext", "DOM.iterable"],
        "paths": {
            "~/*": ["./src/*"]
        },
        "types": ["vitest/globals", "@testing-library/jest-dom"]
    },
    "include": ["src/**/*", "tests/**/*"],
    "exclude": ["node_modules", "dist"]
}