Skip to content

Commit 530718f

Browse files
[push-back] Push-back updated files during build
1 parent baec2ae commit 530718f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tsconfig.app.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "https://json.schemastore.org/tsconfig",
3-
"extends": "@tsconfig/node22/tsconfig.json",
3+
"extends": "@tsconfig/node20/tsconfig.json",
44
"compilerOptions": {
55
"alwaysStrict": true,
66
"strict": true,

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "https://json.schemastore.org/tsconfig",
3-
"extends": "@tsconfig/node22/tsconfig.json",
3+
"extends": "@tsconfig/node20/tsconfig.json",
44
"compilerOptions": {
55
"alwaysStrict": true,
66
"strict": true,

0 commit comments

Comments
 (0)