From 193ce2b241c2a6f1af190ab8b1f2ffcb71c74b73 Mon Sep 17 00:00:00 2001 From: Ninosaurier Date: Sun, 12 Jul 2026 15:42:20 +0200 Subject: [PATCH] renamed tsconfig.base.yaml to tsconfig.base.json --- tsconfig.base.yaml | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 tsconfig.base.yaml diff --git a/tsconfig.base.yaml b/tsconfig.base.yaml deleted file mode 100644 index 33d81d1..0000000 --- a/tsconfig.base.yaml +++ /dev/null @@ -1,17 +0,0 @@ -{ - "compilerOptions": { - "target": "ES2022", - "module": "ESNext", - "moduleResolution": "Bundler", - "strict": true, - "noImplicitOverride": true, - "noUncheckedIndexedAccess": true, - "exactOptionalPropertyTypes": true, - "declaration": true, - "sourceMap": true, - "isolatedModules": true, - "skipLibCheck": true, - "esModuleInterop": true, - "forceConsistentCasingInFileNames": true - } -} \ No newline at end of file