move web components to web/

This commit is contained in:
2025-10-10 23:13:42 -07:00
parent 623b562e8d
commit 52968df567
46 changed files with 0 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
{
"extends": "../tsconfig.base.json",
"compilerOptions": {
"rootDir": ".",
"outDir": "../build",
"composite": true
},
"include": ["./**/*"]
}