Skip to content

Commit 2cbebd8

Browse files
committed
refactor: 更新ts包版本
1 parent c5b9b06 commit 2cbebd8

3 files changed

Lines changed: 7 additions & 5 deletions

File tree

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
"@types/node": "^25.5.0",
6666
"tsup": "^8.5.1",
6767
"tsx": "^4.21.0",
68-
"typescript": "^5.7.0",
68+
"typescript": "^6.0.3",
6969
"c8": "^11.0.0"
7070
}
7171
}

tsconfig.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212
"strict": true,
1313
"esModuleInterop": true,
1414
"skipLibCheck": true,
15+
"rootDir": ".",
16+
"ignoreDeprecations": "6.0",
1517
"forceConsistentCasingInFileNames": true,
1618
"types": ["node"],
1719
"paths": {

0 commit comments

Comments
 (0)