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"