Open jonathanolson opened 2 months ago
We're requiring unfortunate TypeScript flags that mark our library as very broken (skipLibCheck: true).
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.
Causing https://github.com/scenerystack/scenerystack/issues/40.
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.