mirror of
https://github.com/linshenkx/prompt-optimizer.git
synced 2026-05-23 04:49:52 +08:00
- refresh direct dependency baselines across workspace packages - require Node 22 consistently in docs, Docker, and package engines - update lint/build tooling configs to match the new workspace baseline - keep package manifests and lockfile aligned after the dependency refresh
11 lines
216 B
JSON
11 lines
216 B
JSON
{
|
|
"extends": "@tsconfig/node22/tsconfig.json",
|
|
"include": ["./vite.config.*"],
|
|
"compilerOptions": {
|
|
"composite": true,
|
|
"module": "ESNext",
|
|
"moduleResolution": "bundler",
|
|
"types": ["node"]
|
|
}
|
|
}
|