I get...<p><pre><code> This version of TypeScript (4.7.4#code/C4TwDgpgB[...]t7yAA) has not been prepared for the Playground
</code></pre>
It seems to be a problem with the encoding of # and / in the URL. Possibly other characters.<p>Still, when fixing that, I get an Error:<p><pre><code> Type instantiation is excessively deep and possibly infinite.
</code></pre>
On this line:<p><pre><code> type FizzBuzz = From0To99<[0, 0], []>;
</code></pre>
So you may want to check that, if you think it's actually worth it.