We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4ed967 commit 831d361Copy full SHA for 831d361
src/helpers.ts
@@ -29,10 +29,6 @@ import debug from './debug.js'
29
const DEFAULT_NODE_ARGS = [
30
// Use ts-node/esm loader. The project must install it
31
'--loader=ts-node/esm',
32
- // Disable annoying warnings
33
- '--no-warnings',
34
- // Enable expiremental meta resolve for cases where someone uses magic import string
35
- '--experimental-import-meta-resolve',
36
// Enable source maps, since TSNode source maps are broken
37
'--enable-source-maps',
38
]
0 commit comments