This commit is contained in:
2026-02-22 01:32:26 +08:00
parent e374db1f07
commit 1db31d13e6
84 changed files with 2327 additions and 5276 deletions

View File

@@ -1,30 +1,15 @@
{
"extends": "@kevisual/types/json/next.json",
"extends": "@kevisual/types/json/frontend.json",
"compilerOptions": {
"skipLibCheck": true,
"strict": false,
"baseUrl": "./",
"jsx": "react-jsx",
"paths": {
"@/*": [
"./src/*"
"src/*"
]
},
"baseUrl": "./",
"typeRoots": [
"node_modules/@types"
],
},
"include": [
"src",
"next-env.d.ts",
"**/*.ts",
"**/*.tsx",
".next/types/**/*.ts",
".next/dev/types/**/*.ts",
"**/*.mts",
"dist/types/**/*.ts",
"dist/dev/types/**/*.ts"
],
"exclude": [
"node_modules"
]
}