keycloak_theme/tsproject.json
2022-08-28 12:37:03 +07:00

16 lines
371 B
JSON

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