diff --git a/jest.config.js b/jest.config.js index 96fc0c73..cca7f8a2 100644 --- a/jest.config.js +++ b/jest.config.js @@ -1,11 +1,6 @@ const defaultConfig = { preset: 'ts-jest', testEnvironment: 'node', - globals: { - 'ts-jest': { - compiler: 'ttypescript' - } - }, }; module.exports = { diff --git a/tsconfig.json b/tsconfig.json index 34a3e303..a82e5104 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,8 +1,5 @@ { "compileOnSave": true, - "ts-node": { - "compiler": "ttypescript" - }, "compilerOptions": { "allowJs": true, "declaration": true,