aboutsummaryrefslogtreecommitdiff
path: root/src/frontend/deno.json
blob: b763d2521fddbf98446107f86daa116604372bdd (plain)
1
2
3
4
5
6
7
8
{
    "compilerOptions": {
        "jsx": "react-jsx",
        "jsxImportSource": "xeact",
        "lib": ["esnext", "dom", "dom.iterable"]
    },
    "importMap": "./import_map.json",
}