feat:添加管理员后台功能 #17

Merged
moyin merged 8 commits from jianuo/whale-town-end:feat_2 into main 2025-12-22 14:56:14 +08:00
Showing only changes of commit 8166c95af4 - Show all commits

View File

@@ -1,9 +1,9 @@
{ {
"compilerOptions": { "compilerOptions": {
"target": "ES2020", "target": "ES2020",
"module": "CommonJS", "module": "Node16",
"lib": ["ES2020"], "lib": ["ES2020"],
"moduleResolution": "node", "moduleResolution": "node16",
"declaration": true, "declaration": true,
"removeComments": true, "removeComments": true,
"emitDecoratorMetadata": true, "emitDecoratorMetadata": true,
@@ -15,7 +15,6 @@
"forceConsistentCasingInFileNames": true, "forceConsistentCasingInFileNames": true,
"resolveJsonModule": true, "resolveJsonModule": true,
"outDir": "./dist", "outDir": "./dist",
"baseUrl": "./",
"incremental": true, "incremental": true,
"strictNullChecks": false, "strictNullChecks": false,
"typeRoots": ["./node_modules/@types"] "typeRoots": ["./node_modules/@types"]