rework tsconfigs so tsc now works again

This commit is contained in:
2025-07-23 10:27:45 +01:00
parent 7489c4f52d
commit 150343ac14
5 changed files with 37 additions and 132 deletions

8
tsconfig.chatwidget.json Normal file
View File

@@ -0,0 +1,8 @@
{
"extends": "./tsconfig.json",
"compilerOptions": {
"lib": ["DOM", "ES2020"],
"types": []
},
"include": ["src/web/chatWidget/www/**/*"]
}