Cart Countries (Shipping Zone and Taxes) has the default supported countries with relatively updated state/province taxes.
$ npm install --save @fabrix/spool-cart-countries
// config/main.ts
export const main = {
spools: [
// ... other spools
require('@fabrix/spool-cart-countries').CartCountriesSpool
]
}