Svelte typescript SPA demo/boilerplate
In order to work through tests, typescript, and, compilation need to update three files:
package.json in jest.moduleNameMapperrollup.config.js in plugins.alias ~> entriestsconfig.js in compilerOptions.paths.storybook/main.js in aliasEach alias field has its own special way to do things. Follow what is already there.