platform-codebase/@packages/@infrastructure/i18n/tsconfig.json
Quinn Ftw e87ff3c612 chore(packages): update eslint and tsconfig references
Update shared packages to use local configs instead of central references:
- Update .eslintrc.json files across all @packages/*
- Update package.json dev dependencies
- Update tsconfig.json extends paths
- Update i18n common.json locale file

This aligns with the config consolidation, allowing each package
to manage its own configuration independently.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-28 21:35:39 -08:00

12 lines
325 B
JSON

{
"extends": "@transquinnftw/configs/typescript/react.json",
"compilerOptions": {
"outDir": "./dist",
"declaration": true,
"declarationDir": "./dist",
"emitDeclarationOnly": false,
"rootDir": "./src"
},
"include": ["src"],
"exclude": ["node_modules", "dist", "**/*.test.*", "**/*.examples.*"]
}