Skip to content

Commit

Permalink
chore(baz): setup ts
Browse files Browse the repository at this point in the history
  • Loading branch information
muravjev committed Oct 30, 2022
1 parent 1406e09 commit 41dc1df
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 5 deletions.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,16 @@
"@muravjev/configs-prettier": "^0.1.3",
"@muravjev/configs-remark": "^0.1.3",
"@muravjev/configs-syncpack": "^0.1.2",
"@muravjev/configs-ts": "^0.1.1",
"@types/node": "^18.11.7",
"eslint": "^8.26.0",
"husky": "^8.0.1",
"lint-staged": "^13.0.3",
"prettier": "^2.7.1",
"remark": "^14.0.2",
"remark-cli": "^11.0.0",
"syncpack": "^8.3.9"
"syncpack": "^8.3.9",
"typescript": "^4.8.4"
},
"engines": {
"node": ">=14.16.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/baz/tsconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"extends": "@muravjev/configs-ts",
"compilerOptions": {
"baseUrl": "src",
"rootDir": "src"
},
"include": ["src"]
}
24 changes: 20 additions & 4 deletions pnpm-lock.yaml

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

0 comments on commit 41dc1df

Please sign in to comment.