From bcb3e754bc84562e0c39ba2af29d145b452b9a9c Mon Sep 17 00:00:00 2001 From: tipi Date: Tue, 1 Jul 2025 16:08:08 +0000 Subject: [PATCH] =?UTF-8?q?authentik/tsconfig.json=20gel=C3=B6scht?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- authentik/tsconfig.json | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 authentik/tsconfig.json diff --git a/authentik/tsconfig.json b/authentik/tsconfig.json deleted file mode 100644 index 7296c69..0000000 --- a/authentik/tsconfig.json +++ /dev/null @@ -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"] -}