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",
|
"author": "zhangxiangliang",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"files": [
|
"files": [
|
||||||
"dist/**/*"
|
"dist/**/*",
|
||||||
|
"types/**/*"
|
||||||
],
|
],
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"prepublishOnly": "yarn run test",
|
"prepublishOnly": "yarn run test",
|
||||||
@ -26,16 +27,11 @@
|
|||||||
"test": "jest --config jestconfig.json"
|
"test": "jest --config jestconfig.json"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@types/jest": "^26.0.5",
|
|
||||||
"@typescript-eslint/parser": "^3.7.0",
|
|
||||||
"jest": "^26.1.0",
|
"jest": "^26.1.0",
|
||||||
"ts-jest": "^26.1.3",
|
"ts-jest": "^26.1.3",
|
||||||
"typescript": "^3.9.7"
|
"typescript": "^3.9.7",
|
||||||
},
|
"@types/jest": "^26.0.5",
|
||||||
"_moduleAliases": {
|
"@typescript-eslint/parser": "^3.7.0"
|
||||||
"@stocks": "./dist/stocks",
|
|
||||||
"@utils": "./dist/utils",
|
|
||||||
"@interfaces": "./dist/interfaces"
|
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"flyio": "^0.6.14"
|
"flyio": "^0.6.14"
|
||||||
|
Loading…
Reference in New Issue
Block a user