Skip to content

Commit

Permalink
chore(bar): setup ts-react
Browse files Browse the repository at this point in the history
  • Loading branch information
muravjev committed Oct 30, 2022
1 parent c6f1ef3 commit 02d45b4
Show file tree
Hide file tree
Showing 3 changed files with 103 additions and 5 deletions.
7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"prepare": "husky install"
},
"dependencies": {
"@changesets/cli": "^2.25.0",
"@changesets/cli": "^2.25.1",
"@commitlint/cli": "^17.1.2",
"@muravjev/configs-commitlint": "^0.2.0",
"@muravjev/configs-eslint-ts": "^0.1.4",
Expand All @@ -30,13 +30,18 @@
"@muravjev/configs-remark": "^0.1.3",
"@muravjev/configs-syncpack": "^0.1.2",
"@muravjev/configs-ts": "^0.1.1",
"@muravjev/configs-ts-react": "^0.1.3",
"@types/jest": "^29.2.0",
"@types/node": "^18.11.7",
"@types/react": "^18.0.24",
"@types/react-dom": "^18.0.8",
"eslint": "^8.26.0",
"husky": "^8.0.1",
"jest": "^29.2.2",
"lint-staged": "^13.0.3",
"prettier": "^2.7.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"remark": "^14.0.2",
"remark-cli": "^11.0.0",
"syncpack": "^8.3.9",
Expand Down
8 changes: 8 additions & 0 deletions packages/bar/tsconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"extends": "@muravjev/configs-ts-react",
"compilerOptions": {
"baseUrl": "src",
"rootDir": "src"
},
"include": ["src"]
}
93 changes: 89 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 02d45b4

Please sign in to comment.