Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
zardoy committed Jan 8, 2024
1 parent bfa999d commit b81e264
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
"module": "CommonJS",
"declaration": true,
"esModuleInterop": true,
"skipLibCheck": true
"skipLibCheck": true,
"rootDir": "src"
},
"include": [
"src"
Expand Down

0 comments on commit b81e264

Please sign in to comment.