Ionic 4 module not found for scss file in my assets folder

Hey guys, brand new Ionic 4 app vanilla - wanted to import a scss file into my App.tsx file and getting this error:

import "./assets/stylesheets/styles.scss";

Module not found: Can't resolve './assets/stylesheets/styles.scss'

Do I need to add a specific loader to the ionic project so it recognizes scss files?