mirror of
https://github.com/goauthentik/authentik.git
synced 2026-06-18 11:29:26 +03:00
30 lines
853 B
JSON
30 lines
853 B
JSON
{
|
|
"$schema": "https://json.schemastore.org/tsconfig",
|
|
"compilerOptions": {
|
|
"alwaysStrict": true,
|
|
"baseUrl": ".",
|
|
"composite": true,
|
|
"declaration": true,
|
|
"declarationMap": true,
|
|
"esModuleInterop": false,
|
|
"isolatedModules": true,
|
|
"incremental": true,
|
|
"jsx": "react-jsx",
|
|
"lib": ["ESNext"],
|
|
"module": "NodeNext",
|
|
"moduleResolution": "NodeNext",
|
|
"newLine": "lf",
|
|
"noFallthroughCasesInSwitch": true,
|
|
"noImplicitOverride": false,
|
|
"outDir": "${configDir}/out",
|
|
"pretty": true,
|
|
"skipDefaultLibCheck": true,
|
|
"skipLibCheck": true,
|
|
"sourceMap": true,
|
|
"strict": true,
|
|
"noUncheckedIndexedAccess": true,
|
|
"target": "ESNext",
|
|
"useUnknownInCatchVariables": true
|
|
}
|
|
}
|