mirror of
https://github.com/MCSManager/MCSManager.git
synced 2024-11-21 03:12:10 +08:00
Fix: type define err
This commit is contained in:
parent
198ab5f6c0
commit
0b9a6bf1dc
@ -14,6 +14,7 @@
|
||||
"moduleResolution": "node",
|
||||
"sourceMap": true,
|
||||
"outDir": "dist",
|
||||
"declaration": true,
|
||||
"baseUrl": ".",
|
||||
"paths": {
|
||||
"@languages/*": ["../languages/*"],
|
||||
|
@ -2,8 +2,7 @@
|
||||
|
||||
import SystemConfig from "./entity/setting";
|
||||
import StorageSystem from "./common/system_storage";
|
||||
import { GlobalVariable } from "common";
|
||||
import { $t, i18next } from "./i18n";
|
||||
import { i18next } from "./i18n";
|
||||
let systemConfig: SystemConfig | null = null;
|
||||
|
||||
// System persistence configuration table
|
||||
|
@ -1,7 +1,6 @@
|
||||
import * as fs from "fs-extra";
|
||||
import { GlobalVariable } from "common";
|
||||
import { logger } from "./service/log";
|
||||
import path from "path";
|
||||
import storage from "./common/system_storage";
|
||||
|
||||
interface PackageInfo {
|
||||
|
Loading…
Reference in New Issue
Block a user