1
0
Code Issues Pull Requests Packages Projects Releases Wiki Activity GitHub Gitee

release 0.3.4

This commit is contained in:
songjunxi
2023-11-10 14:59:47 +08:00
parent 2b456637e9
commit 602f2059fd
161 changed files with 9921 additions and 347 deletions

View File

@@ -21,7 +21,11 @@
}
],
"paths": {
"@/*": ["./*"]
"@/*": ["./*"],
"@/components/*": ["components/*"],
"@/app/*": ["app/*"],
"@/lib/*": ["lib/*"],
"@/styles/*": ["styles/*"]
}
},
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", ".next/types/**/*.ts"],