Fix skills app CI typecheck (#1490)

This commit is contained in:
Konsti Wohlwend 2026-05-26 13:32:09 -07:00 committed by GitHub
parent c13853702c
commit a06c9331f9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,10 +1,11 @@
{
"compilerOptions": {
"target": "es2020",
"target": "es2021",
"lib": [
"dom",
"dom.iterable",
"esnext"
"es2021",
"es2022.error"
],
"allowJs": true,
"strict": true,
@ -17,6 +18,9 @@
"jsx": "react-jsx",
"incremental": true,
"noErrorTruncation": true,
"types": [
"vitest/importMeta"
],
"plugins": [
{
"name": "next"