fix some typescript stuff

This commit is contained in:
Rich Harris
2018-02-14 12:25:24 -05:00
parent 9adb6ca7e6
commit 0f390920a8
4 changed files with 57 additions and 23 deletions

View File

@@ -16,11 +16,7 @@ function fudge_mtime(file: string) {
);
}
function create_app({
src,
dev,
entry
}: {
function create_app({ src, dev, entry }: {
src: string;
dev: boolean;
entry: { client: string; server: string };