changes to version, ssg, and storage

This commit is contained in:
2026-01-16 15:26:49 +11:00
parent 402a7f69aa
commit 2fef051c2f
32 changed files with 3311 additions and 2743 deletions

View File

@@ -15,7 +15,7 @@
"moduleResolution": "bundler",
"resolveJsonModule": true,
"isolatedModules": true,
"jsx": "preserve",
"jsx": "react-jsx",
"incremental": true,
"plugins": [
{
@@ -35,9 +35,10 @@
"next-env.d.ts",
"**/*.ts",
"**/*.tsx",
".next/types/**/*.ts"
".next/types/**/*.ts",
".next/dev/types/**/*.ts"
],
"exclude": [
"node_modules"
]
}
}