Skip to content

Commit

Permalink
standards redesign
Browse files Browse the repository at this point in the history
  • Loading branch information
KelvinTegelaar committed Nov 30, 2023
1 parent e387092 commit 419dd1e
Show file tree
Hide file tree
Showing 5 changed files with 329 additions and 558 deletions.
7 changes: 5 additions & 2 deletions jsconfig.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
{
"compilerOptions": {
"module": "ES2022",
"baseUrl": "."
"module": "ESNext",
"baseUrl": "./",
"checkJs": false,
"moduleResolution": "node",
"jsx": "react"
},
"include": ["./src"],
"exclude": ["node_modules/"]
Expand Down
10 changes: 7 additions & 3 deletions package-lock.json

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

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@
"styled-components": "^5.3.3"
},
"devDependencies": {
"@types/react": "^18.2.39",
"@types/react-helmet": "^6.1.5",
"@vitejs/plugin-react": "^4.1.1",
"auto-changelog": "~2.3.0",
Expand Down
Loading

0 comments on commit 419dd1e

Please sign in to comment.