update tsconfig

This commit is contained in:
Gustavo 2025-07-21 14:42:03 +10:00
parent 3d89d59d4d
commit db84caf1a7
2 changed files with 9 additions and 9 deletions

View file

@ -17,14 +17,13 @@
"alwaysStrict": true,
"allowUnreachableCode": false,
// Type checking options, only enable if probeJS installed
"noCheck": true
// Type checking options, only disable if probeJS installed
"noCheck": true,
// "strict": true,
// "noImplicitAny": true,
// "noImplicitReturns": true,
// "noUnusedLocals": true,
// "noUnusedParameters": true
"strict": true,
"noImplicitAny": true,
"noImplicitReturns": true,
"noUnusedLocals": true,
"noUnusedParameters": true
}
}