keycloak_theme/tsproject.json

16 lines
372 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,
2022-08-16 14:45:18 +07:00
"outDir": "../dist"
}
}