setup chackra component lib + refactor hello world example

This commit is contained in:
Davide Frageri 2025-07-11 01:55:47 +02:00
parent dc912082cd
commit 245693021b
7 changed files with 96 additions and 45 deletions

View file

@ -1,6 +1,6 @@
{
"compilerOptions": {
"target": "ES2017",
"target": "ESNext",
"lib": ["dom", "dom.iterable", "esnext"],
"allowJs": true,
"skipLibCheck": true,