Skip to content

Commit cce2915

Browse files
committed
chore: tsconfig adjustment
1 parent 5da610b commit cce2915

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/project-structure/tsconfig-json.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ For more information see the official [TypeScript documentation](https://www.typ
1313
{
1414
"compilerOptions": {
1515
"module": "ESNext",
16-
"target": "ES2022",
16+
"target": "ES2020",
1717
"moduleResolution": "node",
1818
"experimentalDecorators": true,
1919
"emitDecoratorMetadata": true,

0 commit comments

Comments
 (0)