chore: update target to ES2017

This commit is contained in:
Petri Partio
2024-11-19 10:40:09 +02:00
parent 79be4c4120
commit 967b52d8b1

View File

@@ -19,7 +19,8 @@
],
"paths": {
"@/*": ["./*"]
}
},
"target": "ES2017"
},
"include": ["types/global.d.ts", "next-env.d.ts", "**/*.ts", "**/*.tsx", ".next/types/**/*.ts"],
"exclude": ["node_modules"]