We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ce93ee commit 241d63fCopy full SHA for 241d63f
package.json
@@ -59,7 +59,7 @@
59
"markdown-it": "^13.0.1",
60
"ts-bbcode-parser": "^1.0.4",
61
"ts-node": "^10.8.1",
62
- "typescript": "^4.2.4",
+ "typescript": "^5.0.2",
63
"ya-bbcode": "^3.0.0"
64
},
65
"engines": {
tsconfig.json
@@ -23,7 +23,6 @@
23
"noImplicitReturns": true,
24
"noFallthroughCasesInSwitch": true,
25
"noImplicitOverride": true,
26
- "importsNotUsedAsValues": "error",
27
28
"outDir": "dist",
29
"baseUrl": ".",
0 commit comments