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 e0977c7 commit 945b2bfCopy full SHA for 945b2bf
prisma/tsconfig.json
@@ -5,7 +5,7 @@
5
"removeComments": true,
6
"emitDecoratorMetadata": true,
7
"experimentalDecorators": true,
8
- "target": "es2018",
+ "target": "ES2021",
9
"sourceMap": true,
10
"baseUrl": "./",
11
"incremental": true,
tsconfig.json
- "target": "es2017",
"outDir": "./dist",
0 commit comments