mirror of
https://github.com/zhangxiangliang/stock-api.git
synced 2025-02-02 22:43:46 +08:00
feat: 增加 types 类型发布配置、移除 无用别名配置
This commit is contained in:
parent
cf4746da54
commit
3a544f46ff
14
package.json
14
package.json
@ -13,7 +13,8 @@
|
||||
"author": "zhangxiangliang",
|
||||
"license": "MIT",
|
||||
"files": [
|
||||
"dist/**/*"
|
||||
"dist/**/*",
|
||||
"types/**/*"
|
||||
],
|
||||
"scripts": {
|
||||
"prepublishOnly": "yarn run test",
|
||||
@ -26,16 +27,11 @@
|
||||
"test": "jest --config jestconfig.json"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/jest": "^26.0.5",
|
||||
"@typescript-eslint/parser": "^3.7.0",
|
||||
"jest": "^26.1.0",
|
||||
"ts-jest": "^26.1.3",
|
||||
"typescript": "^3.9.7"
|
||||
},
|
||||
"_moduleAliases": {
|
||||
"@stocks": "./dist/stocks",
|
||||
"@utils": "./dist/utils",
|
||||
"@interfaces": "./dist/interfaces"
|
||||
"typescript": "^3.9.7",
|
||||
"@types/jest": "^26.0.5",
|
||||
"@typescript-eslint/parser": "^3.7.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"flyio": "^0.6.14"
|
||||
|
Loading…
Reference in New Issue
Block a user