9 lines
250 B
JSON
9 lines
250 B
JSON
{
|
|
"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"
|
|
}
|
|
} |