Esri / calcite-maps

A Bootstrap theme for designing, styling and creating modern map apps.
http://esri.github.io/calcite-maps/samples/index.html
Apache License 2.0
238 stars 173 forks source link

multipleDefine error Typescript Visual Studio #187

Closed wspresto closed 6 years ago

wspresto commented 6 years ago

Apologies for misplacing this. I am placing this here for the next weary googler who has an issue with using JSAPI 4.6 Calcite maps and Visual Studio Typescript SDK.

JSAPI 4.6 typings require Microsoft Typescript Compiler (tsc) version level 2.7.1 . If you are using 2.6.2, then a mysterious error will be thrown saying multipleDefine error. Upgrading to 2.7.1 fixes the issue.