D
Deno
Change Theme
Search Answer Overflow
Login
Adam Scott
Posts
Comments
D
Deno
•
Created by Adam Scott on 5/23/2025 in
#help
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?
2 replies