Everlaw / nbts

NetBeans TypeScript editor plugin
282 stars 46 forks source link

[tsconfig] Wrong error on compiler option 'paths' #87

Closed RKaczmarek closed 6 years ago

RKaczmarek commented 7 years ago

Hi,

the tsconfig parser shows an error on the option "paths": "Compiler option 'paths' requires a value of type object."

But the value for this option is an object:

{
    "name": "any",
    "compilerOptions": {
        "baseUrl": ".",
        "paths": {
            "anymodule": ["any/path"],
            "othermodule": ["other/path"]
        }
    }
}
dylanvorster commented 7 years ago

Same issue here.

jeffrey-easyesi commented 7 years ago

Fixed in v2.1.5.2