Fixed some small compile errors

canary
WolverinDEV 2020-04-09 23:16:23 +02:00
parent ebc496200d
commit cee0822233
2 changed files with 2 additions and 1 deletions

View File

@ -10,6 +10,7 @@
"dtsgen": "node tools/dtsgen/index.js",
"trgen": "node tools/trgen/index.js",
"sass": "sass",
"csso": "csso",
"tsc": "tsc",
"start": "npm run compile-project-base && node file.js ndevelop",
"build-web": "webpack --config webpack-web.config.js",

View File

@ -4,7 +4,7 @@ import * as fs from "fs";
import * as util from "util";
import * as minifier from "html-minifier";
import * as path from "path";
import {Compilation} from "webpack";
import Compilation = webpack.compilation.Compilation;
interface Options {
input: string,