phillipskevin / steal-typescript

Load TypeScript modules with StealJS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Only fetch as .ts if included in tsconfig

phillipskevin opened this issue · comments

To reduce 404s, steal-typescript should only try to fetch a file as .ts if it is in the files or includes of the tsconfig.json.

This is no longer needed because #19 makes it so that we no longer try to load everything as a .ts file before loading as .js.