Skip to content

Commit

Permalink
reduce changes at tsconfig.json
Browse files Browse the repository at this point in the history
  • Loading branch information
bumblehead committed Nov 25, 2023
1 parent cefd857 commit 308989a
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions tests/tests-jest-ts/tsconfig.json
Original file line number Diff line number Diff line change
@@ -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
}
}

0 comments on commit 308989a

Please sign in to comment.