Skip to content

Commit

Permalink
chore: handle ts-node issue for ts4
Browse files Browse the repository at this point in the history
  • Loading branch information
antongolub committed Dec 21, 2024
1 parent c869d1a commit c64cb03
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
1 change: 0 additions & 1 deletion test/error.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,6 @@ describe('error', () => {

test('getExitMessage()', () => {
assert.match(formatExitMessage(2, null, '', ''), /Misuse of shell builtins/)

assert.match(formatExitMessage(1, 'SIGKILL', '', ''), /SIGKILL/)
})

Expand Down
5 changes: 1 addition & 4 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,7 @@
"outDir": "./build",
"declaration": true,
"emitDeclarationOnly": true,
"types": [],
"allowImportingTsExtensions": true,
"rewriteRelativeImportExtensions": true,
"verbatimModuleSyntax": true
"types": []
},
"include": ["./src/**/*"],
"exclude": ["./src/globals.ts"]
Expand Down

0 comments on commit c64cb03

Please sign in to comment.