Closed
Description
TypeScript Version: 2.0
Code
tsconfig.json
{
"compilerOptions": {
"module": "commonjs",
"abdb": 10
}
}
- open a file that triggers validating the tsconfig.json file
- the event returned from the tsserver is missing start and end properties on the diagnostic literals. You get:
Event received: configFileDiag (0).
Data: {
"triggerFile": "p:/mseng/VSCode/Playgrounds/ts-2.0/test.ts",
"configFile": "p:/mseng/VSCode/Playgrounds/ts-2.0/tsconfig.json",
"diagnostics": [
{
"text": "Unknown compiler option 'abdb'."
}
]
}