develwoutacause’s avatardevelwoutacause’s Twitter Archive—№ 813

  1. …in reply to @typescript
    @typescript Awesome stuff! Quick question, how do we resolve non-JSON import assertions? import bar from './bar.css' assert { type: 'css' }; // TS2307: Cannot find module './bar.css' or its corresponding type declarations. Is there a generic version of --resolveJsonModule?