Everlaw / nbts

NetBeans TypeScript editor plugin
282 stars 46 forks source link

configurable location of tsconfig.json #121

Open DaltonNotetech opened 6 years ago

DaltonNotetech commented 6 years ago

Make sure that tsconfig.json location is configurable. This is useful when that file is not in source folder. In my source folder is in /src and tsconfig.json location is in /

So properties like "experimentalDecorators": true in it will not work

jeffrey-easyesi commented 6 years ago

(Duplicate of https://github.com/Everlaw/nbts/issues/21) The latest release, 2.5.3.0, walks up the directory tree looking for a tsconfig.json, so tsconfig.json no longer has to be in a source directory.