Skip to content

Commit 1211e84

Browse files
fix: use lower TS target for Next.js for compatability
1 parent b37f45b commit 1211e84

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

frontend/tsconfig.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
{
22
"extends": ["../tsconfig.base.json", "@tsconfig/next/tsconfig.json"],
33
"compilerOptions": {
4+
"target": "es2022",
5+
"downlevelIteration": true,
46
"noUnusedParameters": false, // fixme: delete this line for stricter checks
57
"experimentalDecorators": true,
68
"paths": {

0 commit comments

Comments
 (0)