Skip to content

Commit

Permalink
Merge pull request #12 from PublicisSapient/chore/integrating-typescript
Browse files Browse the repository at this point in the history
Chore - integrating typescript
  • Loading branch information
jcarpe authored Aug 10, 2022
2 parents cb3db0e + 23ad644 commit ba8579b
Show file tree
Hide file tree
Showing 8 changed files with 221 additions and 4,218 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,4 +61,10 @@ npm run test
npm run test-ci
```

## Typescript

Typescript was introduced as of v1.2.0.

---

![dennis-nedry-gif-7](https://user-images.githubusercontent.com/2083532/175975750-8feff818-b610-41ba-ac5e-a39d9b28fc8f.gif)
6 changes: 6 additions & 0 deletions jest.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
/** @type {import('ts-jest/dist/types').InitialOptionsTsJest} */

module.exports = {
preset: "ts-jest",
testEnvironment: "node",
};
Loading

0 comments on commit ba8579b

Please sign in to comment.