Skip to content

Commit

Permalink
chore: use yarn workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
y1j2x34 committed Oct 11, 2023
1 parent e9b8973 commit eb49515
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
18 changes: 17 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,5 +71,21 @@
"bugs": {
"url": "https://github.com/y1j2x34/shortcuts/issues"
},
"homepage": "https://github.com/y1j2x34/shortcuts#readme"
"homepage": "https://github.com/y1j2x34/shortcuts#readme",
"workspaces": {
"packages": [
"./packages/*"
],
"nohoist": [
"rxjs",
"@angular/*",
"@angular-devkit/*",
"ng-packagr",
"vue",
"vue-router",
"@vue/*",
"@compodoc/*",
"jasmine-core"
]
}
}
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@
"src/types"
]
},
"exclude": ["**/__test__", "node_modules"]
"exclude": ["**/__test__", "**/node_modules"]
}

0 comments on commit eb49515

Please sign in to comment.