{
    "compilerOptions": {
        // Solid needs these set to function.
        "jsxImportSource": "solid-js",
        "jsx": "preserve",
    }
}