{ "extends": "@repo/typescript-config/base.json", "compilerOptions": { "baseUrl": ".", "outDir": "dist", "alwaysStrict": true, "strict": true, "moduleResolution": "bundler", "module": "ES2020", "paths": { "@/*": ["./*"] } }, "include": [".", "../../packages/graphql/config", "../../packages/graphql/utils", "../../packages/graphql/apollo", "../../packages/graphql/api"], "exclude": ["dist", "build", "node_modules"] }