feat: implement user account center with subscription and EVM wallet payment integration, along with initial project configuration files.

This commit is contained in:
2569718930@qq.com
2026-03-13 18:06:08 +08:00
parent 08217deefb
commit 80acade251
4 changed files with 10 additions and 10 deletions
+2 -1
View File
@@ -17,7 +17,8 @@
"paths": {
"@/*": ["./*"]
},
"plugins": [{ "name": "next" }]
"plugins": [{ "name": "next" }],
"typeRoots": ["./node_modules/@types"]
},
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", ".next/types/**/*.ts"],
"exclude": ["node_modules"]