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 5da610b commit cce2915Copy full SHA for cce2915
content/project-structure/tsconfig-json.md
@@ -13,7 +13,7 @@ For more information see the official [TypeScript documentation](https://www.typ
13
{
14
"compilerOptions": {
15
"module": "ESNext",
16
- "target": "ES2022",
+ "target": "ES2020",
17
"moduleResolution": "node",
18
"experimentalDecorators": true,
19
"emitDecoratorMetadata": true,
0 commit comments