Skip to content

Commit

Permalink
chore: remove ttypescript from config
Browse files Browse the repository at this point in the history
  • Loading branch information
OlafConijn committed Oct 13, 2023
1 parent 67b0bcb commit e3f77dc
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
5 changes: 0 additions & 5 deletions jest.config.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
const defaultConfig = {
preset: 'ts-jest',
testEnvironment: 'node',
globals: {
'ts-jest': {
compiler: 'ttypescript'
}
},
};

module.exports = {
Expand Down
3 changes: 0 additions & 3 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
{
"compileOnSave": true,
"ts-node": {
"compiler": "ttypescript"
},
"compilerOptions": {
"allowJs": true,
"declaration": true,
Expand Down

0 comments on commit e3f77dc

Please sign in to comment.