audiogram-beta/deno.json

9 lines
250 B
JSON
Raw Normal View History

2022-11-28 10:00:18 -05:00
{
2023-06-03 11:38:52 -04:00
"compilerOptions": { "types": ["*.d.ts"], "checkJs": true },
"imports": {
"@twind/": "https://esm.sh/@twind/",
"react": "https://esm.sh/preact@10.11.3/compat",
"htm": "https://esm.sh/htm@3.1.1/preact",
"app": "./js/app.js"
2022-12-10 10:27:23 -05:00
}
2023-06-03 11:38:52 -04:00
}