mirror of
https://github.com/vxcontrol/pentagi.git
synced 2026-09-12 13:25:35 +00:00
Bumps typescript 5.9.3 → 6.0.3. Adds compilerOptions.ignoreDeprecations = "6.0" to tsconfig.json so the existing baseUrl/paths setup keeps working — TS 6 has flagged baseUrl as deprecated (it will be removed in 7.0). The vite-tsconfig-paths plugin still consumes the paths mapping; nothing else in the codebase needed changes. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
12 lines
264 B
JSON
12 lines
264 B
JSON
{
|
|
"files": [],
|
|
"references": [{ "path": "./tsconfig.app.json" }, { "path": "./tsconfig.node.json" }],
|
|
"compilerOptions": {
|
|
"baseUrl": ".",
|
|
"ignoreDeprecations": "6.0",
|
|
"paths": {
|
|
"@/*": ["./src/*"]
|
|
}
|
|
}
|
|
}
|