Skip to content

Commit c478ee1

Browse files
committed
ts version back to @latest
1 parent 2f109db commit c478ee1

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

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
@@ -83,7 +83,7 @@
8383
"ts-loader": "latest",
8484
"ts-node": "latest",
8585
"tsconfig-paths": "latest",
86-
"typescript": "^5.8.0-beta",
86+
"typescript": "latest",
8787
"webpack": "latest",
8888
"webpack-cli": "latest"
8989
},

tsconfig.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,9 @@
5454
// "allowSyntheticDefaultImports": true, /* Allow default imports from modules with no default export. This does not affect code emit, just typechecking. */
5555
"esModuleInterop": true, /* Enables emit interoperability between CommonJS and ES Modules via creation of namespace objects for all imports. Implies 'allowSyntheticDefaultImports'. */
5656
// "preserveSymlinks": true, /* Do not resolve the real path of symlinks. */
57-
"forceConsistentCasingInFileNames": true,
57+
"forceConsistentCasingInFileNames": true
5858

59-
"erasableSyntaxOnly": true
59+
// "erasableSyntaxOnly": true
6060

6161
/* Source Map Options */
6262
// "sourceRoot": "", /* Specify the location where debugger should locate TypeScript files instead of source locations. */

0 commit comments

Comments
 (0)