[Dev] Make it easier to toggle strict mode (#610)

nit: Allows uncomment instead of typing true every time.
This commit is contained in:
filtered
2025-02-26 17:16:56 +11:00
committed by GitHub
parent 7fab99b362
commit d849fcd00c

View File

@@ -12,7 +12,7 @@
"emitDecoratorMetadata": true,
/* Linting */
"strict": false,
// "strict": true,
"noUnusedLocals": false,
"noUnusedParameters": false,
"noFallthroughCasesInSwitch": true,