{
  "$schema": "https://json.schemastore.org/tsconfig",
  "extends": "./tsconfig.json",
  "compilerOptions": {
    "alwaysStrict": false,
    "esModuleInterop": false,
    "noFallthroughCasesInSwitch": false,
    "noImplicitAny": false,
    "noImplicitUseStrict": true,
    "noImplicitReturns": false,
    "noStrictGenericChecks": true,
    "strictBindCallApply": false,
    "strictFunctionTypes": false,
    "strictNullChecks": false,
    "suppressImplicitAnyIndexErrors": true
  },
  "compileOnSave": false,
  "typeAcquisition": { "enable": true }
}
