Lindsay Evans
Lindsay Evans
**Description/Screenshot** I've installed the [basic version using NPM](https://github.com/microsoft/ApplicationInsights-JS#application-insights-web-basic), but attempting to initialise results in a JS error in the DevTools console: ``` index.js:34 Uncaught TypeError: _self.getSKUDefaults is not a function...
Implements #36
Would generate `ConvertDirectory/index.ts` to re-export all generated classes as a [barrel](https://basarat.gitbook.io/typescript/main-1/barrel): ```ts export * from './Resources/Parts/Unit/units'; export * from './Resources/Parts/part'; export * from './Resources/Vehicles/vehicle'; export * from './Resources/Vehicles/vehicleState'; export *...