chore: regenerate lock files (#1138)

* chore: bump packages

* chore: update tsconfig starter-example
This commit is contained in:
Joseph
2025-11-26 23:32:09 +01:00
committed by GitHub
parent f14425bbdf
commit 799cd79739
3 changed files with 528 additions and 521 deletions

View File

@@ -11,7 +11,7 @@
"moduleResolution": "bundler",
"resolveJsonModule": true,
"isolatedModules": true,
"jsx": "preserve",
"jsx": "react-jsx",
"incremental": true,
"plugins": [
{
@@ -29,7 +29,8 @@
"**/*.tsx",
".next/types/**/*.ts",
"app/lib/placeholder-data.ts",
"scripts/seed.js"
"scripts/seed.js",
".next/dev/types/**/*.ts"
],
"exclude": ["node_modules"]
}