Skip to content

Commit

Permalink
fix(@aklesky/ts-config): Ensure all typescript config files are provi…
Browse files Browse the repository at this point in the history
…ded (#173)

fix(@aklesky/ts-config): Ensure all typescript config files are provided.

fix package.json to provide shared directory.
  • Loading branch information
aklesky committed Sep 29, 2023
1 parent bf8c486 commit baf4c97
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/ts-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@
"license": "MIT",
"directories": {
"node": "node",
"common": "common"
"shared": "shared"
},
"publishConfig": {
"access": "public"
},
"files": [
"node",
"common"
"shared"
],
"repository": {
"type": "git",
Expand Down

0 comments on commit baf4c97

Please sign in to comment.