webamp/static.d.ts
Jakub Ďuraš 118c1ff305 Typescript cli (#647)
* Add tsconfig.json and static module resolution for ts

* Add trailing newline to tsconfig

* Change tsc module to commonjs to support .json import

* Add tsc as dependency and to scripts
2018-08-28 16:45:03 -07:00

7 lines
144 B
TypeScript

declare module "*.wsz";
declare module "*.mp3";
declare module "*.png";
declare module "*.ico";
declare module "*.jpg";
declare module "*.svg";