keycloak_theme/tsproject.json

15 lines
343 B
JSON
Raw Normal View History

{
"compilerOptions": {
"declaration": true,
"sourceMap": true,
"newLine": "LF",
"noUnusedLocals": true,
"noUnusedParameters": true,
"incremental": true,
"strict": true,
"downlevelIteration": true,
"noFallthroughCasesInSwitch": true,
"composite": true
}
}