feat: 增加 types 类型发布配置、移除 无用别名配置

This commit is contained in:
zhangxiangliang 2020-07-27 01:02:35 +08:00
parent cf4746da54
commit 3a544f46ff

View File

@ -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"