Skip to content
This repository has been archived by the owner on Aug 13, 2024. It is now read-only.

moduleResoultion contains "node", not "nodejs" #346

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ public final class TsConfigPreferences {
"COMMONJS", "COMMONSJS", "ES2015", "ES6");

private static final Map<String, String> TSCONFIG_MODULE_RESOLUTION_MAPPING = ImmutableMap.of(
"NODEJS", "NODE_JS");
"NODE", "NODE_JS");

private final IProject project;
private Map<String, String> preferenceValues;
Expand Down