Skip to content

Commit

Permalink
Merge pull request #42 from mixmaxhq/raphaelbs/COMM-2678
Browse files Browse the repository at this point in the history
feat: add typescript
  • Loading branch information
raphaelbs authored Oct 9, 2024
2 parents 3fee998 + 953e881 commit 163ccbd
Show file tree
Hide file tree
Showing 12 changed files with 5,748 additions and 13,678 deletions.
5 changes: 0 additions & 5 deletions .babelrc

This file was deleted.

1 change: 0 additions & 1 deletion .eslintignore

This file was deleted.

1 change: 1 addition & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.gitignore
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Dependencies
node_modules

# Nod 6 Transpiled code
dist/node
# Transpiled code
dist
1 change: 0 additions & 1 deletion index.js

This file was deleted.

6 changes: 6 additions & 0 deletions jest.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
const jestTypescriptConfig = require('@mixmaxhq/jest-coverage-config/typescript');

module.exports = {
...jestTypescriptConfig,
collectCoverageFrom: ['src/**/*.{ts,js}'],
};
Loading

0 comments on commit 163ccbd

Please sign in to comment.