Is there a way to use `tsconfig.json` `compilerOptions.types`?
I just saw that
works in my project, but is there somehow a way to set the type instead in the
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?