1
0
Fork 0
passwordhash/tsconfig.json

11 lines
201 B
JSON
Raw Permalink Normal View History

2020-05-11 18:15:24 +00:00
{
"compilerOptions": {
2020-05-13 12:22:56 +00:00
"module": "esnext",
"target": "ESNext",
2020-05-11 18:15:24 +00:00
"strict": true,
"noImplicitReturns": true,
"noFallthroughCasesInSwitch": true,
"preserveConstEnums": true
}
}