Infrastructure updates: - Update pnpm-lock.yaml with dependency changes - Update pnpm-workspace.yaml configuration - Update .npmrc settings - Add/update tsconfig.json files for packages - Add info-panel.json i18n translations - Add styled.d.ts type definitions for payments 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
8 lines
149 B
JSON
8 lines
149 B
JSON
{
|
|
"extends": "../../../tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"outDir": "./dist",
|
|
"rootDir": "./src"
|
|
},
|
|
"include": ["src/**/*"]
|
|
}
|