diff --git a/package.json b/package.json index dcee577..7fa4ec2 100644 --- a/package.json +++ b/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"