diff --git a/tests/tests-jest-ts/tsconfig.json b/tests/tests-jest-ts/tsconfig.json index c9c37ff..50ebd10 100644 --- a/tests/tests-jest-ts/tsconfig.json +++ b/tests/tests-jest-ts/tsconfig.json @@ -1,14 +1,12 @@ { "extends": "./node_modules/@tsconfig/node16/tsconfig.json", "include": ["./esmock.node-jest.test.ts"], + "ts-node": { + "transpileOnly": true + }, "compilerOptions": { "allowSyntheticDefaultImports": true, "module": "ESNext", "moduleResolution": "node" - }, - "ts-node": { - "experimentalSpecifierResolution": "node", - "transpileOnly": true, - "esm": true } }