mirror of
https://github.com/goauthentik/authentik
synced 2026-04-28 18:37:42 +02:00
* fix relObjId type Signed-off-by: Jens Langhammer <jens@goauthentik.io> * fix slot comments Signed-off-by: Jens Langhammer <jens@goauthentik.io> * sigh Signed-off-by: Jens Langhammer <jens@goauthentik.io> * use prettier on generated ts code Signed-off-by: Jens Langhammer <jens@goauthentik.io> --------- Signed-off-by: Jens Langhammer <jens@goauthentik.io>
23 lines
645 B
JSON
Generated
23 lines
645 B
JSON
Generated
{
|
|
"$schema": "https://json.schemastore.org/tsconfig",
|
|
"compilerOptions": {
|
|
"composite": true,
|
|
"isolatedModules": true,
|
|
"incremental": true,
|
|
"rootDir": "src",
|
|
"strict": true,
|
|
"newLine": "lf",
|
|
"target": "ESNext",
|
|
"module": "NodeNext",
|
|
"moduleResolution": "NodeNext",
|
|
"outDir": "dist",
|
|
"skipDefaultLibCheck": true,
|
|
"skipLibCheck": true,
|
|
"sourceMap": true,
|
|
"declaration": true,
|
|
"declarationMap": true,
|
|
"lib": ["DOM", "DOM.Iterable", "ESNext"]
|
|
},
|
|
"exclude": ["node_modules", "./out/**/*", "./dist/**/*"]
|
|
}
|