Removed one error to avoid full path issues

(cherry picked from commit 5e4f13f342)
This commit is contained in:
Bill Ticehurst
2016-06-30 16:36:39 -07:00
parent 5a4cd83940
commit 2dc84a8c4b
5 changed files with 2 additions and 13 deletions

View File

@@ -5,6 +5,5 @@ m1.f1("test");
m1.f2.a = 10;
m1.f2.person.age = "10"; // Should error if loaded the .js files correctly
let r1 = m4.test.charAt(2); // Should error if correctly not using the .js file but using @types info
let r2 = 3 + m4.foo; // Should be OK if correctly using the @types .d.ts file