scenerystack / scenerystack

Built version of SceneryStack, a framework for multimodal and inclusive Interactive Web Applications using Typescript
http://scenerystack.org/
MIT License
5 stars 0 forks source link

TypeScript conversion #41

Open jonathanolson opened 2 months ago

jonathanolson commented 2 months ago

We're requiring unfortunate TypeScript flags that mark our library as very broken (skipLibCheck: true).

This is mainly due to our JS files including bad "type" info into d.ts files.

We'll want to port things over to TS to resolve this.

jonathanolson commented 2 months ago

Causing https://github.com/scenerystack/scenerystack/issues/40.