{ "extends": "../../tsconfig.base.json", "compilerOptions": { "resolveJsonModule": true, "esModuleInterop": true, "module": "CommonJS", "moduleResolution": "node", "allowSyntheticDefaultImports": true, "baseUrl": "src", "paths": { "@shared/*": ["../../packages/shared/*"], "@common/*": ["common/*"], "@contexts/*": ["contexts/*"], "@config/*": ["config/*"] } }, "include": ["src"], "exclude": ["node_modules", "dist"] }