Fix ts-node error

This commit is contained in:
mtkennerly 2022-07-02 15:50:59 +08:00
parent 2950791f35
commit 7d9c1adcb8
No known key found for this signature in database
GPG key ID: E764BE00BE6E6408

View file

@ -2,7 +2,7 @@ import { DELAY_BETWEEN_GAMES_MS, REPO, PathType, UnsupportedOsError, Unsupported
import { Constraint, Game, Store, Tag, Os } from "./manifest";
import moment from "moment";
import NodeMw from "nodemw";
import * as Wikiapi from "wikiapi";
import Wikiapi from "wikiapi";
import { parse as parseWiki } from 'wikiparse';
interface Template {