but the tsconfig file already complains about: Cannot find type definition file for 'worker-configur

but the tsconfig file already complains about:
Cannot find type definition file for 'worker-configuration.d.ts'.
The file is in the program because:
Entry point of type library 'worker-configuration.d.ts' specified in compilerOptions

and that file is genereated in my root folder as per the instructions.
and the
Env
interface is not recognized in other parts of the code...
Was this page helpful?