Remember to config "typeRoots" in tsconfig.json
{ "compilerOptions": { "typeRoots": ["./src/types", "./node_modules/@types"], } }