update tsconfig.js to use files instead of paths #967

Closed
opened 2025-08-09 17:18:21 +00:00 by fergalmoran · 0 comments
Owner

Originally created by @bmeverett on 3/2/2017

Fixes #729.

Changing paths to files in the tsconfig.js seems to fix the problem. I am no longer getting errors while in development mode. This seems to be the correct way to do it based on the documentation. I see no reference to paths being used

*Originally created by @bmeverett on 3/2/2017* Fixes #729. Changing `paths` to `files` in the `tsconfig.js` seems to fix the problem. I am no longer getting errors while in development mode. This seems to be the correct way to do it based on the [documentation](http://www.typescriptlang.org/docs/handbook/tsconfig-json.html). I see no reference to `paths` being used
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/JavaScriptServices#967
No description provided.