Closed srolel closed 8 years ago
I hadn't thought of that it's an interesting approach, thanks. The reason the check was there was to stop it looking for typings when it has already found a typescript file, this enables compiling across multiple packages. I will update it to !isTypeScript(address)
and add a test. Thanks for the PR.
I have released it in 5.2.6, let me know if there are any issues, dealing with different file extensions in systemjs/typescript can be quite problematic.
I always use
.d.ts
files for mycss
along withcss-modules
, for example. I don't see a reason for this restriction.