You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
build: set module=node16 in tsconfig.json aws#4546
Problem:
vscode shows warning:
TS5110: Option 'module' must be set to 'Node16' when option
'moduleResolution' is set to 'Node16'
Solution:
- Set `module=node16`.
- Update all tsconfig.json files to use the same "moduleResolution" and
"module" settings.
Reference:
- https://www.typescriptlang.org/tsconfig#moduleResolution
0 commit comments