Commit Graph
6 Commits
Author SHA1 Message Date
Rick Staa 77ee4577b6 refactor: remove sourceMaps from production build 2022-07-27 08:45:23 +02:00
Rick Staa 5c6e9a37b0 refactor: add source-map generation to watch command 2022-07-15 12:39:20 +02:00
Rick Staa 7163eb1eb6 refactor: fixes prettier script syntax
This commit makes sure that the right syntax is used in the Prettier
scripts.
2022-07-15 12:17:14 +02:00
Rick Staa 88959eb554 refactor: add tsc watch script
This commit adds the `tsc:watch` script that can be used to compile the
typescript code in watch mode.
2022-07-15 12:12:39 +02:00
Rick Staa 922b4cbaff fix: fixes jest globals type error
This commit makes sure that no '@jest/globals' types missing error is
thrown when working in vscode.
2022-07-15 11:05:11 +02:00
Rick Staa 8fd08ffa42 refactor: update eslint dependency
Updates eslint dependency to get rid of the peer dependency warning in
the stable node release.
2022-07-15 09:17:27 +02:00