Skip to content

Commit

Permalink
👷 (CI): add CI/CD
Browse files Browse the repository at this point in the history
  • Loading branch information
jhasselberg committed Jan 3, 2025
1 parent abacefc commit e1f8522
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 13 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"styled-components": "^6.0.0"
},
"devDependencies": {
"@types/node": "^20",
"@types/node": "^20.17.11",
"@types/react": "^18",
"@types/react-dom": "^18",
"typescript": "^5"
Expand Down
22 changes: 11 additions & 11 deletions pnpm-lock.yaml

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

5 changes: 4 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,10 @@
"noEmitOnError": true,
"noImplicitThis": true,
"outDir": "dist",
"rootDir": "."
"rootDir": ".",
"types": [
"node",
]
},
"include": [
// Include root files
Expand Down

0 comments on commit e1f8522

Please sign in to comment.