botserver/.hintrc

8 lines
96 B
Text
Raw Normal View History

{
"extends": [
"development"
2023-07-28 20:28:43 -03:00
],
"hints": {
"typescript-config/strict": "off"
}
}