{ "extends": "../../../tsconfig.json", "compilerOptions": { "emitDecoratorMetadata": true, "moduleResolution": "bundler" }, "exclude": ["../**/*.spec.ts", "../**/test.ts", "../**/*.module.ts" ], "include": ["../src/**/*", "*.ts"] }