Skip to content

Commit 9e0d837

Browse files
Himenonclaude
andcommitted
chore(tsconfig.build): add ignoreDeprecations and node types configuration
fix: TypeScript 6.0 での DTS ビルドエラーを修正 Co-Authored-By: Claude Sonnet <noreply@anthropic.com>
1 parent 1b15dbc commit 9e0d837

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

tsconfig.build.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
{
22
"extends": "./tsconfig",
33
"compilerOptions": {
4-
"rootDir": "src"
4+
"rootDir": "src",
5+
"ignoreDeprecations": "6.0",
6+
"types": ["node"]
57
},
68
"ts-node": {
79
"esm": true,

0 commit comments

Comments
 (0)