This is a heavily interactive web application, and JavaScript is required. Simple HTML interfaces are possible, but that is not what this is.
Post
Johannes Schickling
schickling.dev
did:plc:53or656ypxoeh73lwshokzdm
Can I make my TS notebook part of my `tsc` build setup so my TS build fails if there are some TS related issues in the notebook?
Example:
If I refactor `Something` to `SomethingElse` in `lib.ts` which is used in `architecture.ipynb`, and I still use `Something` in the notebook, will `tsc` fail?
2025-01-16T09:57:07.053Z