mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-03 09:32:20 -05:00
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:
@@ -8,7 +8,7 @@
|
||||
"declarationMap": true,
|
||||
"outFile": "module.js"
|
||||
},
|
||||
"exclude": ["module.d.ts"]
|
||||
"exclude": ["module.d.ts"],
|
||||
"references": [
|
||||
{ "path": "../lib", "prepend": true }
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user