Skip to content

Commit 801b969

Browse files
committed
✨ Support typescript version 6.x
Signed-off-by: kei-g <km.8k6ce+github@gmail.com>
1 parent ccb2c78 commit 801b969

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

tsconfig.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"downlevelIteration": true,
66
"emitBOM": false,
77
"emitDeclarationOnly": false,
8+
"ignoreDeprecations": "6.0",
89
"lib": [
910
"ES2022",
1011
],
@@ -13,10 +14,11 @@
1314
"newLine": "lf",
1415
"pretty": true,
1516
"removeComments": false,
17+
"rootDir": ".",
1618
"strict": true,
1719
"target": "ES2022",
18-
"typeRoots": [
19-
"node_modules/@types",
20+
"types": [
21+
"node",
2022
],
2123
},
2224
"exclude": [],

0 commit comments

Comments
 (0)