Skip to content

Commit

Permalink
Use tsc to transpile js (#105)
Browse files Browse the repository at this point in the history
* compile vs tsc

* Add build script

* move build to prepare

* remove dist/ from tests
  • Loading branch information
tore-statsig authored Oct 13, 2021
1 parent bc33a6a commit 411e956
Show file tree
Hide file tree
Showing 4 changed files with 519 additions and 472 deletions.
1 change: 1 addition & 0 deletions jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@ module.exports = {
testPathIgnorePatterns: [
'<rootDir>/node_modules/',
'<rootDir>/src/__tests__/jest.setup.js',
'<rootDir>/dist/',
],
};
Loading

0 comments on commit 411e956

Please sign in to comment.