node-apt/.hintrc
2022-12-14 12:57:47 -03:00

8 lines
96 B
Plaintext

{
"extends": [
"development"
],
"hints": {
"typescript-config/strict": "off"
}
}