Corrected the addon file locations for TypeScript projects
Follows @embroider/addon-blueprint@2.18.0
closely.
Note
If you had addon-test-support/index.{js,ts}
in your v1 addon, you will need to add test-support.js
(or test-support.ts
) to addon.publicEntrypoints()
in the Rollup configuration.