{
    "extends": "../../../tsconfig.json",
    "compilerOptions": {
        "outDir": "./dist/js",
        "emitDecoratorMetadata": true,
        "experimentalDecorators": true,
        "target": "ES2020",
        "types": ["node", "mocha"],
        "baseUrl": "./"
    },
    "include": ["src/**/*", "test/**/*", "migrations/*", "ormconfig*.ts"]
}
