Fix error in workflow
This commit is contained in:
parent
78cd9df811
commit
e5248a8464
2 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
import { DELAY_BETWEEN_GAMES_MS, REPO, PathType, UnsupportedOsError, UnsupportedPathError, YamlFile } from ".";
|
||||
import { Constraint, Game, Store, Tag, Os } from "./manifest";
|
||||
import moment from "moment";
|
||||
import * as NodeMw from "nodemw";
|
||||
import NodeMw from "nodemw";
|
||||
import * as Wikiapi from "wikiapi";
|
||||
import { parse as parseWiki } from 'wikiparse';
|
||||
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
"compilerOptions": {
|
||||
"module": "commonjs",
|
||||
"target": "es5",
|
||||
"outDir": "out",
|
||||
"lib": [
|
||||
"es2019"
|
||||
],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue