Right now createStore is our only ts file and the only one worth having. Ideally it would import some of its type defs from index.d.ts so we can still offer goto definition that resolves to source code instead of types. We need to package it for ts users to return type info from the create store function.