whscullin / apple2js

An Apple II emulator originally written in Javascript, now being converted to TypeScript
http://www.scullinsteel.com/apple2/
MIT License
442 stars 57 forks source link

Add configuration and dependencies to support Typescript #37

Closed iflan closed 4 years ago

iflan commented 4 years ago

This change adds basic, non-optimal support for Typescript with webpack. It functions well in development mode and deployment boots ProDOS. There are probably many ways this configuration can be sped up, but I haven't investigated that yet.

Note that no Typescript files are added in this change; it is merely a configuration change.