Skip to content

Commit

Permalink
build: newer tsc discovers types in monorepo
Browse files Browse the repository at this point in the history
  • Loading branch information
tpluscode committed May 16, 2024
1 parent 9121f8a commit fccbf98
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
7 changes: 4 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"mocha": "^10.2.0",
"sinon-chai": "^3.7.0",
"ts-node": "^10.9.2",
"typescript": "^5.3.2",
"typescript": "^5.4.5",
"wsrun": "^5.2.4"
},
"lint-staged": {
Expand Down
3 changes: 0 additions & 3 deletions packages/formats/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,5 @@
},
"files": [
"./index.js"
],
"include": [
"../base/index.js"
]
}

0 comments on commit fccbf98

Please sign in to comment.