melkam
Unable to target browser and deno with unstable features in typescript `compilerOptions.lib`
webgpu has lots of apis, classes, functions etc. That's would be really hard to use if I don't have any type definitions. If this would be the only place I need to cast, then yes, I agree that it would be easier solution
15 replies
Unable to target browser and deno with unstable features in typescript `compilerOptions.lib`
hmm, okey. I thought that, as it is an unstable feature, its types are also included in this "deno.unstable" library. If I don't specify anything in the "lib" option, I have all definitions for webgpu types. But the time I add anything to the "lib" options, I lose them.
15 replies