Skip to content

Commit 9f52477

Browse files
Merge pull request #226 from markedjs/dependabot/npm_and_yarn/typescript-6.0.2
chore(deps-dev): bump typescript from 5.9.3 to 6.0.2
2 parents ba2a489 + 6b4ad11 commit 9f52477

3 files changed

Lines changed: 17 additions & 15 deletions

File tree

package-lock.json

Lines changed: 7 additions & 7 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
@@ -47,6 +47,6 @@
4747
"globals": "^17.4.0",
4848
"prettier": "^3.8.1",
4949
"tsx": "^4.21.0",
50-
"typescript": "^5.9.3"
50+
"typescript": "^6.0.2"
5151
}
5252
}

tsconfig.json

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,17 @@
11
{
22
"compilerOptions": {
3-
"target": "ES2022",
3+
"declaration": true,
4+
"esModuleInterop": true,
5+
"forceConsistentCasingInFileNames": true,
46
"module": "NodeNext",
57
"moduleResolution": "NodeNext",
6-
"declaration": true,
78
"outDir": "lib",
8-
"strict": true,
9-
"esModuleInterop": true,
9+
"rootDir": "./",
1010
"skipLibCheck": true,
11-
"forceConsistentCasingInFileNames": true
11+
"strict": true,
12+
"target": "ES2022",
13+
"types": ["node"]
1214
},
13-
"include": ["src/**/*"],
14-
"exclude": ["node_modules", "test/**/*"]
15+
"exclude": ["node_modules", "test/**/*"],
16+
"include": ["src/**/*"]
1517
}

0 commit comments

Comments
 (0)