How can I configure NTypewriter to automatically generate import statements like ` import { SomeModel } from './SomeModel.ts';` in template?
How can I configure NTypewriter to automatically generate import statements like
import { SomeModel } from './SomeModel.ts';in template?