mirror of
https://github.com/captbaritone/webamp
synced 2024-11-22 07:40:51 +00:00
118c1ff305
* 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
7 lines
144 B
TypeScript
7 lines
144 B
TypeScript
declare module "*.wsz";
|
|
declare module "*.mp3";
|
|
declare module "*.png";
|
|
declare module "*.ico";
|
|
declare module "*.jpg";
|
|
declare module "*.svg";
|