Skip to content

Commit de0661c

Browse files
authored
Merge pull request #1425 from github/dependabot/npm_and_yarn/typescript-6.0.3
Bump typescript from 5.9.3 to 6.0.3
2 parents 9f49954 + c6aab46 commit de0661c

3 files changed

Lines changed: 34 additions & 6 deletions

File tree

package-lock.json

Lines changed: 32 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
@@ -59,7 +59,7 @@
5959
"ts-json-schema-generator": "2.9.0",
6060
"ts-node": "^10.9.2",
6161
"ts-unused-exports": "^11.0.1",
62-
"typescript": "^5.9.3",
62+
"typescript": "^6.0.3",
6363
"vitest": "^4.1.9"
6464
},
6565
"resolutions": {

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
// "paths": {}, /* A series of entries which re-map imports to lookup locations relative to the 'baseUrl'. */
4444
// "rootDirs": [], /* List of root folders whose combined content represents the structure of the project at runtime. */
4545
// "typeRoots": [], /* List of folders to include type definitions from. */
46-
// "types": [], /* Type declaration files to be included in compilation. */
46+
"types": ["node"], /* Type declaration files to be included in compilation. */
4747
// "allowSyntheticDefaultImports": true, /* Allow default imports from modules with no default export. This does not affect code emit, just typechecking. */
4848
"esModuleInterop": true, /* Enables emit interoperability between CommonJS and ES Modules via creation of namespace objects for all imports. Implies 'allowSyntheticDefaultImports'. */
4949
// "preserveSymlinks": true, /* Do not resolve the real path of symlinks. */

0 commit comments

Comments
 (0)