Add character widget

This commit is contained in:
KingRainbow44
2023-04-04 23:42:35 -04:00
parent b17f97def6
commit c86d538597
4 changed files with 81 additions and 1 deletions

View File

@@ -5,7 +5,7 @@
"lib": ["DOM", "DOM.Iterable", "ESNext"],
"allowJs": false,
"skipLibCheck": true,
"esModuleInterop": false,
"esModuleInterop": true,
"allowSyntheticDefaultImports": true,
"strict": true,
"forceConsistentCasingInFileNames": true,