clan ui: setup typed api method

This commit is contained in:
Johannes Kirschbauer
2024-05-20 19:34:27 +02:00
parent c3be19f3cd
commit 8d77525664
16 changed files with 375 additions and 96 deletions

View File

@@ -10,6 +10,10 @@
"jsxImportSource": "solid-js",
"types": ["vite/client"],
"noEmit": true,
"resolveJsonModule": true,
"allowJs": true,
"isolatedModules": true,
"paths": {
"@/*": ["./*"]}
},
}