UPDATE: next16
All checks were successful
Gitea Auto Deploy / Deploy-Container (push) Successful in 1m11s

This commit is contained in:
2025-11-18 14:14:20 +07:00
parent 7ba4acfab8
commit ff0d0fd08d
5 changed files with 412 additions and 238 deletions

View File

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