-
-
Notifications
You must be signed in to change notification settings - Fork 247
Closed
Description
After upgrading to v9.0.0 I have some difficulties to set the correct tsc options:
node_modules/execa/index.d.ts:6:8 - error TS2834: Relative import paths need explicit file extensions in ECMAScript imports when '--moduleResolution' is 'node16' or 'nodenext'. Consider adding an extension to the import path.
6 } from './types/stdio/type';
~~~~~~~~~~~~~~~~~~~~Neuter of the following combinations works
tsc -t esnext -m esnext --module nodenext --moduleResolution nodenext
tsc -t esnext -m esnext --module nodenext
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels