-
@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
?