Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions packages/typescript-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@
"devDependencies": {
"cpy-cli": "^7.0.0",
"rimraf": "^6.0.1",
"typescript": "~6.0.3"
"typescript": "~7.0.2"
},
"peerDependencies": {
"typescript": ">=5.7.x"
"typescript": ">=7.0.0"
Comment thread
coderabbitai[bot] marked this conversation as resolved.
Comment thread
kurone-kito marked this conversation as resolved.
Comment thread
kurone-kito marked this conversation as resolved.
},
Comment thread
kurone-kito marked this conversation as resolved.
"peerDependenciesMeta": {
"typescript": {
Expand Down
6 changes: 2 additions & 4 deletions packages/typescript-config/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,9 @@
"checkJs": true,
"composite": true,
"declarationMap": true,
"esModuleInterop": true,
"exactOptionalPropertyTypes": true,
"isolatedModules": true,
"lib": ["ES2023"],
"lib": ["ES2024"],
"module": "nodenext",
"moduleResolution": "nodenext",
"noEmitOnError": true,
Expand All @@ -26,10 +25,9 @@
"resolveJsonModule": true,
"rewriteRelativeImportExtensions": true,
"sourceMap": true,
"strict": true,
"stripInternal": true,
"erasableSyntaxOnly": true,
"target": "ES2023",
"target": "ES2024",
"verbatimModuleSyntax": true
},
"typeAcquisition": {
Expand Down
212 changes: 210 additions & 2 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading