Closed
Description
According to the #4595, file extensions are now allowed to be present in imports, but it's still highlighted as an error by IntelliSense.
TypeScript Version: 2.0.3.0
Code
import {foo} from "./bar.ts";
import {foo2} from "./bar2.tsx";
Expected behavior: No "An import path cannot end with a '.ts' extension" error
Actual behavior: "An import path cannot end with a '.ts' extension" error