We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52f9551 commit 5da610bCopy full SHA for 5da610b
content/project-structure/tsconfig-json.md
@@ -12,15 +12,15 @@ For more information see the official [TypeScript documentation](https://www.typ
12
```json
13
{
14
"compilerOptions": {
15
- "module": "esnext",
16
- "target": "es2017",
+ "module": "ESNext",
+ "target": "ES2022",
17
"moduleResolution": "node",
18
"experimentalDecorators": true,
19
"emitDecoratorMetadata": true,
20
"noEmitHelpers": true,
21
"noEmitOnError": true,
22
"skipLibCheck": true,
23
- "lib": ["es2017", "dom"],
+ "lib": ["ESNext", "dom"],
24
"baseUrl": ".",
25
"paths": {
26
"~/*": ["src/*"],
0 commit comments