Project testcase to run tsconfig file

This commit is contained in:
Sheetal Nandi
2015-09-15 15:53:44 -07:00
parent 60f295f27a
commit 8da3bd2ffd
21 changed files with 189 additions and 50 deletions

View File

@@ -0,0 +1,6 @@
{
"scenario": "Verify project option",
"projectRoot": "tests/cases/projects/projectOption/Test",
"baselineCheck": true,
"declaration": true
}

View File

@@ -0,0 +1,7 @@
{
"scenario": "Verify project option",
"projectRoot": "tests/cases/projects/projectOption",
"baselineCheck": true,
"declaration": true,
"project": "Test"
}

View File

@@ -0,0 +1 @@
var test = 10;

View File

@@ -0,0 +1 @@
var test = 10; // Shouldnt get compiled so shouldnt error

View File

@@ -0,0 +1 @@
{ "files": [ "a.ts" ] }