We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
typescript
1 parent ccb2c78 commit 801b969Copy full SHA for 801b969
1 file changed
tsconfig.json
@@ -5,6 +5,7 @@
5
"downlevelIteration": true,
6
"emitBOM": false,
7
"emitDeclarationOnly": false,
8
+ "ignoreDeprecations": "6.0",
9
"lib": [
10
"ES2022",
11
],
@@ -13,10 +14,11 @@
13
14
"newLine": "lf",
15
"pretty": true,
16
"removeComments": false,
17
+ "rootDir": ".",
18
"strict": true,
19
"target": "ES2022",
- "typeRoots": [
- "node_modules/@types",
20
+ "types": [
21
+ "node",
22
23
},
24
"exclude": [],
0 commit comments