able-baker/deno.jsonc

16 lines
320 B
Plaintext
Raw Normal View History

2023-08-01 17:23:19 -04:00
{
2023-08-13 11:00:48 -04:00
"imports": {
"react": "https://esm.sh/preact@10.16.0/compat",
"react/": "https://esm.sh/preact@10.16.0/compat/",
">able/": "file:///C:/Web%20Projects/able-baker/"
},
"compilerOptions": {
"jsx": "react-jsx",
"jsxImportSource": "react",
"lib": [
"deno.window",
"dom",
"dom.asynciterable"
]
}
2023-08-01 17:23:19 -04:00
}