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