1
0
Fork 0
passwordhash/tsconfig.json

9 lines
153 B
JSON

{
"compilerOptions": {
"strict": true,
"noImplicitReturns": true,
"noFallthroughCasesInSwitch": true,
"preserveConstEnums": true
}
}