Skip to content

Commit b81e264

Browse files
committed
fix build
1 parent bfa999d commit b81e264

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

src/app.js

+1
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ const argv = require('yargs/yargs')(process.argv.slice(2))
2727

2828
const mcServer = require('./index')
2929

30+
//@ts-ignore
3031
const defaultSettings = require('../config/default-settings.json')
3132

3233
let settings

tsconfig.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99
"module": "CommonJS",
1010
"declaration": true,
1111
"esModuleInterop": true,
12-
"skipLibCheck": true
12+
"skipLibCheck": true,
13+
"rootDir": "src"
1314
},
1415
"include": [
1516
"src"

0 commit comments

Comments
 (0)