#770·natural

Update `tsconfig.json` to fix deprecation warnings

Author: krystofbruthCreated Feb 19, 2026Updated Feb 19, 2026
LabelsBug

Describe the bug Currently, the TS server for vscode is throwing warnings about deprecated options used within the tsconfig.json file. Upon further investigation, I found the following links documenting the migration from ts6 to ts7.

Information about baseUrl property: https://aka.ms/ts6 Information about moduleResolution: "node":

To Reproduce Look into the tsconfig.json file and review the warnings.

Expected behavior A tsconfig.json file prepared for ts7 migration.

Screenshots Image

Desktop (please complete the following information):

  • OS: MacOS Tahoe 26.2
  • Browser N/A
  • Version N/A

Additional context Consider migrating from the old CommonJS format to the modern ESModule syntax? I'm already getting warnings when the verbatimModuleSyntax is enabled for file node_modules/natural/lib/natural/analyzers/SenType.ts?