Skip to content

Commit

Permalink
feat: add support for typescript
Browse files Browse the repository at this point in the history
  • Loading branch information
LucaPipolo committed Apr 9, 2024
1 parent 6cdc815 commit 4f1b289
Show file tree
Hide file tree
Showing 5 changed files with 123 additions and 83 deletions.
7 changes: 0 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -601,13 +601,6 @@ Additionally, we use [PHPStan](https://phpstan.org/) for static analysis,
which significantly improves our code quality by detecting bugs and potential
issues before runtime.

## Future Functionality

In our roadmap for the theme's evolution, we plan to introduce the following
features:

- TypeScript Adoption

## How to Contribute

Any kind of contribution is very welcome!
Expand Down
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,8 @@
"storybook": "^8.0.5",
"stylelint": "^16.3.0",
"stylelint-config-recommended": "^14.0.0",
"twigjs-loader": "^1.0.3"
"ts-loader": "^9.5.1",
"twigjs-loader": "^1.0.3",
"typescript": "^5.4.4"
}
}
Loading

0 comments on commit 4f1b289

Please sign in to comment.