Report config file parsing diagnostics correctly with tsc --b (#36520)

* Refactor the test

* Add tests for syntax errors in tsconfig not being reported

* Report config file parsing diagnostics correctly
Fixes #36515

* Fix errors in existing tests for unintended tsconfig parse errors

* Fix lint
This commit is contained in:
Sheetal Nandi
2020-01-30 11:18:06 -08:00
committed by GitHub
parent c1e45ac8af
commit 4c378c09dc
34 changed files with 543 additions and 84 deletions

View File

@@ -8,7 +8,7 @@
"declarationMap": true,
"outFile": "module.js"
},
"exclude": ["module.d.ts"]
"exclude": ["module.d.ts"],
"references": [
{ "path": "../lib", "prepend": true }
]