{
  "compilerOptions": {
    "target": "esnext",
    "module": "commonjs",
    "moduleResolution": "node",
    "allowJs": false,
    "declaration": true,
    "sourceRoot": "",
    "outDir": "./types",
    "strict": true,
    "baseUrl": "./",
    "rootDir": "./src",
    "types": ["node"],
    "allowSyntheticDefaultImports": true,
    "esModuleInterop": true,
    "forceConsistentCasingInFileNames": true,
    "checkJs": false,
    "stripInternal": true,
    "exactOptionalPropertyTypes": true,
    "paths": {
      "@sequelize/core": ["../core/types/index.d.ts"],
      "@sequelize/core/_non-semver-use-at-your-own-risk_/*": ["../core/types/*"],
      "@sequelize/core/package.json": ["../core/package.json"],
      "@sequelize/core/decorators-legacy": ["../core/types/decorators/legacy/index.d.ts"]
    }
  },
  "include": ["./src/**/*.ts"]
}
