Added support for converting widgets to inputs (and back)

This commit is contained in:
pythongosssss
2023-03-23 21:37:19 +00:00
parent dd095efc2c
commit 7a7e3288ee
4 changed files with 385 additions and 20 deletions

9
web/jsconfig.json Normal file
View File

@@ -0,0 +1,9 @@
{
"compilerOptions": {
"baseUrl": ".",
"paths": {
"/*": ["./*"]
}
},
"include": ["."]
}