Trying to use this for my NestJS project, and when running got the following compilation error
import type * as types from './types';
^^^^^^
SyntaxError: Cannot use import statement outside a module
It seems like this sits outside the src folder, not sure if it can be an issue. Any help is appreciated!!!
Trying to use this for my NestJS project, and when running got the following compilation error
import type * as types from './types';
^^^^^^
SyntaxError: Cannot use import statement outside a module
It seems like this sits outside the
srcfolder, not sure if it can be an issue. Any help is appreciated!!!