fix(basic.gblib): update ChatServices.ts #420

Closed
eltociear wants to merge 2540 commits from patch-1 into main
Showing only changes of commit e829f3725a - Show all commits

View file

@ -1,5 +1,8 @@
{ {
"extends": [ "extends": [
"development" "development"
] ],
"hints": {
"typescript-config/strict": "off"
}
} }