Adam Scott
Adam Scott2w ago

Is there a way to use `tsconfig.json` `compilerOptions.types`?

I just saw that
/// <reference types="npm:@types/serviceworker" />
/// <reference types="npm:@types/serviceworker" />
works in my project, but is there somehow a way to set the type instead in the tsconfig.json file like normal Node/TypeScript projects?
1 Reply
marvinh.
marvinh.7d ago
Not in tsconfig.json, but in deno.json under compilerOptions

Did you find this page helpful?