build pharse

This commit is contained in:
2025-03-31 20:34:49 +08:00
parent 8eb859ddde
commit 46f63d22da
4 changed files with 19 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
{
"compilerOptions": {
"target": "ES2017",
"target": "es5",
"lib": ["dom", "dom.iterable", "esnext"],
"allowJs": true,
"skipLibCheck": true,
@@ -20,7 +20,8 @@
],
"paths": {
"@/*": ["./*"]
}
},
"noImplicitAny": false
},
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", ".next/types/**/*.ts"],
"exclude": ["node_modules"]