This is the official TypeScript template for Oblong.
To use this template, add --template oblong-typescript when creating a new app.
For example:
npx create-react-app my-app --template typescriptIf you do not wish to use Typescript, the root Oblong template is meant for Javscript apps:
npx create-react-app my-app --template oblong