From b81e2642fb53da536848b1f3707f74e412720125 Mon Sep 17 00:00:00 2001 From: Vitaly Date: Mon, 8 Jan 2024 05:58:29 +0530 Subject: [PATCH] fix build --- src/app.js | 1 + tsconfig.json | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/src/app.js b/src/app.js index 5514dbd0..5f409633 100644 --- a/src/app.js +++ b/src/app.js @@ -27,6 +27,7 @@ const argv = require('yargs/yargs')(process.argv.slice(2)) const mcServer = require('./index') +//@ts-ignore const defaultSettings = require('../config/default-settings.json') let settings diff --git a/tsconfig.json b/tsconfig.json index 58a01ffb..9de5c97f 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -9,7 +9,8 @@ "module": "CommonJS", "declaration": true, "esModuleInterop": true, - "skipLibCheck": true + "skipLibCheck": true, + "rootDir": "src" }, "include": [ "src"