We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bfa999d commit b81e264Copy full SHA for b81e264
src/app.js
@@ -27,6 +27,7 @@ const argv = require('yargs/yargs')(process.argv.slice(2))
27
28
const mcServer = require('./index')
29
30
+//@ts-ignore
31
const defaultSettings = require('../config/default-settings.json')
32
33
let settings
tsconfig.json
@@ -9,7 +9,8 @@
9
"module": "CommonJS",
10
"declaration": true,
11
"esModuleInterop": true,
12
- "skipLibCheck": true
+ "skipLibCheck": true,
13
+ "rootDir": "src"
14
},
15
"include": [
16
"src"
0 commit comments