Hotfix: .at is not a function error

This commit is contained in:
uwap 2026-01-03 17:24:06 +01:00
parent f8031af424
commit a725a729a7
2 changed files with 7 additions and 7 deletions

View file

@ -23,12 +23,11 @@
},
"include": [
"next-env.d.ts",
"src/**/*.ts",
"src/**/*.tsx",
"**/*.ts",
"**/*.tsx",
],
"exclude": [
"node_modules",
"deps",
"dist",
]
}