DonJayamanne/typescript-notebook

Local Type declaration files (.d.ts) are not loaded

Opened this issue · 0 comments

I have some .d.ts files, which are loaded correctly by the Typescripts (.ts), but not loaded by the Typescript Notebook.

  • I can execute the cell without any error, but some namespaces are underlined (red) upon editing.
  • as mentioned, the tsconfig.json is correct and I have no issues in .ts files.