Usar a função setTimeout() no ionic 6

Olá pessoal. Como faço para configurar o uso da função JS setTimeout() no ionic 6? Dá sempre um erro! BREAKING CHANGE: webpack < 5 used to include polyfills for node.js core modules by default.
[ng] This is no longer the case. Verify if you need this module and configure a polyfill for it.
[ng]
[ng] If you want to include a polyfill, you need to:
[ng] - add a fallback ‘resolve.fallback: { “timers”: require.resolve(“timers-browserify”) }’
[ng] - install ‘timers-browserify’
[ng] If you don’t want to include a polyfill, you can use an empty module like this:
[ng] resolve.fallback: { “timers”: false }

Tentei fazer as instalações solicitadas, mas mesmo assim não funcionou.