Skip to content

Commit 945b2bf

Browse files
committed
Due to higher Node.js version requirement, can already compile to more optimized target
1 parent e0977c7 commit 945b2bf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

prisma/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"removeComments": true,
66
"emitDecoratorMetadata": true,
77
"experimentalDecorators": true,
8-
"target": "es2018",
8+
"target": "ES2021",
99
"sourceMap": true,
1010
"baseUrl": "./",
1111
"incremental": true,

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"removeComments": true,
66
"emitDecoratorMetadata": true,
77
"experimentalDecorators": true,
8-
"target": "es2017",
8+
"target": "ES2021",
99
"sourceMap": true,
1010
"outDir": "./dist",
1111
"baseUrl": "./",

0 commit comments

Comments
 (0)