Add register decorator for web components and a better inheriting system for html elements

This commit is contained in:
2024-10-17 23:14:54 +02:00
parent cac185634d
commit 4165f8d4af
4 changed files with 48 additions and 33 deletions

View File

@ -7,6 +7,7 @@
"target": "es6",
"allowJs": true,
"moduleResolution": "node",
"experimentalDecorators": true,
"allowSyntheticDefaultImports": true,
"esModuleInterop": true,
"types": ["jquery", "alpinejs"],