feat: 助手配置与服务命令扩展及依赖更新
This commit is contained in:
		| @@ -1,32 +1,14 @@ | ||||
| { | ||||
|   "extends": "@kevisual/types/json/backend.json", | ||||
|   "compilerOptions": { | ||||
|     "module": "nodenext", | ||||
|     "target": "esnext", | ||||
|     "noImplicitAny": false, | ||||
|     "outDir": "./dist", | ||||
|     "sourceMap": false, | ||||
|     "newLine": "LF", | ||||
|     "baseUrl": "./", | ||||
|     "typeRoots": [ | ||||
|       "node_modules/@types", | ||||
|     ], | ||||
|     "declaration": true, | ||||
|     "noEmit": false, | ||||
|     "allowImportingTsExtensions": true, | ||||
|     "emitDeclarationOnly": true, | ||||
|     "moduleResolution": "NodeNext", | ||||
|     "experimentalDecorators": true, | ||||
|     "emitDecoratorMetadata": true, | ||||
|     "allowSyntheticDefaultImports": true, | ||||
|     "esModuleInterop": true, | ||||
|     "baseUrl": ".", | ||||
|     "paths": { | ||||
|       "@/*": [ | ||||
|         "src/*" | ||||
|       ], | ||||
|     } | ||||
|       ] | ||||
|     }, | ||||
|   }, | ||||
|   "include": [ | ||||
|     "src/**/*.ts", | ||||
|     "src/**/*", | ||||
|   ], | ||||
|   "exclude": [], | ||||
| } | ||||
		Reference in New Issue
	
	Block a user