Skip to content

Commit 6e991d0

Browse files
committed
build(deps-dev): fix typescript decorators
1 parent 718fe63 commit 6e991d0

File tree

6 files changed

+8
-34
lines changed

6 files changed

+8
-34
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
@@ -47,7 +47,7 @@
4747
"sinon-chai": "^3.7.0",
4848
"string-to-stream": "^3.0.1",
4949
"tsx": "^4",
50-
"typescript": "^5.3.3",
50+
"typescript": "^5.8.3",
5151
"whatwg-fetch": "^3.0.0",
5252
"wsrun": "^5.2.4"
5353
},

packages/alcaeus/tsconfig.json

Lines changed: 0 additions & 8 deletions
This file was deleted.

packages/core/tsconfig.json

Lines changed: 0 additions & 8 deletions
This file was deleted.

packages/model/tsconfig.json

Lines changed: 0 additions & 8 deletions
This file was deleted.

tsconfig.json

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
{
22
"compilerOptions": {
3+
"module": "NodeNext",
4+
"moduleResolution": "nodenext",
5+
"target": "ES2022",
36
"sourceMap": false,
47
"emitDecoratorMetadata": true,
58
"experimentalDecorators": true,
@@ -14,11 +17,6 @@
1417
"strict": true,
1518
"noImplicitReturns": true,
1619
"noImplicitThis": true,
17-
"lib": [
18-
"es2017",
19-
"es2015",
20-
"dom"
21-
],
2220
"esModuleInterop": true,
2321
"skipLibCheck": true
2422
},

0 commit comments

Comments
 (0)