function THEMENAME_theme_suggestions_page_alter(array &$suggestions, array $variables) {
$route_match = \Drupal::routeMatch();
if ($route_match->getRouteName() == 'entity.node.canonical') {
$suggestions[] = 'page__' . $route_match->getParameter('node')->bundle();
}
}
page--NODE-TYPE.html.twig