clojurescript 2026-08-04

Hey all, is anyone aware of a way to use TS declarations (from a d.ts file) to check a ClojureScript program whch interoperates with a library to which these declarations apply? At least I couldn't find a way to do this after some web searching. Thanks 🙂

Maybe you could use tsickle and type check the CLJS output against whatever tsickle produces from your TS code

@bhlieberman93 Haven't heard of tsickle so far, will investigate it, thanks!