able-baker/deno.jsonc

17 lines
352 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/",
2023-08-13 22:58:15 -04:00
">able/": "file:///C:/Web%20Projects/able-baker/",
">able/app.tsx": "./app.tsx"
2023-08-13 11:00:48 -04:00
},
"compilerOptions": {
"jsx": "react-jsx",
"jsxImportSource": "react",
"lib": [
"deno.window",
"dom",
"dom.asynciterable"
]
}
2023-08-01 17:23:19 -04:00
}