authentik/tsconfig.json gelöscht
This commit is contained in:
parent
7c19704ba8
commit
bcb3e754bc
|
|
@ -1,22 +0,0 @@
|
||||||
{
|
|
||||||
"compilerOptions": {
|
|
||||||
/* Base Options: */
|
|
||||||
"esModuleInterop": true,
|
|
||||||
"skipLibCheck": true,
|
|
||||||
"target": "es2022",
|
|
||||||
"allowJs": true,
|
|
||||||
"resolveJsonModule": true,
|
|
||||||
"moduleDetection": "force",
|
|
||||||
"isolatedModules": true,
|
|
||||||
"verbatimModuleSyntax": false,
|
|
||||||
/* Strictness */
|
|
||||||
"strict": true,
|
|
||||||
"noUncheckedIndexedAccess": true,
|
|
||||||
"noImplicitOverride": true,
|
|
||||||
"module": "NodeNext",
|
|
||||||
"outDir": "dist",
|
|
||||||
"sourceMap": true,
|
|
||||||
"lib": ["es2022"]
|
|
||||||
},
|
|
||||||
"include": ["apps/**/*.ts"]
|
|
||||||
}
|
|
||||||
Loading…
Reference in New Issue
Block a user