How to import classes from a TypeScript file compiled with webpack?
Why doesn’t the browser find the import? vscode recognizes “import {Animal} from ‘./dist/output'”. I have “animal.ts” file:
Why doesn’t the browser find the import? vscode recognizes “import {Animal} from ‘./dist/output'”. I have “animal.ts” file: