showbits/showbits-thermal-printer-ui/tsconfig.lint.json

14 lines
375 B
JSON

// https://www.typescriptlang.org/tsconfig/
{
"compilerOptions": {
// Type Checking
"noFallthroughCasesInSwitch": true,
"noImplicitOverride": true,
"noPropertyAccessFromIndexSignature": true,
"noUncheckedIndexedAccess": true,
"noUncheckedSideEffectImports": true,
"noUnusedLocals": true,
"noUnusedParameters": true,
"strict": true
}
}