* remove files and init * Update bedrock * add java * Init spigot * Init pocketmine * Update package.json and start pocketmine * Push * Push * update files * update break line in childProcess and add stop * Pocketmine detect port and protocol * add link world * update bedrock regex
29 lines
465 B
JSON
29 lines
465 B
JSON
{
|
|
"compilerOptions": {
|
|
"esModuleInterop": true,
|
|
"moduleResolution": "node",
|
|
"module": "commonjs",
|
|
"outDir": "./dist",
|
|
"declaration": true,
|
|
"strict": false,
|
|
"noUnusedLocals": true,
|
|
"noImplicitReturns": true,
|
|
"noFallthroughCasesInSwitch": true,
|
|
"skipLibCheck": true,
|
|
"allowJs": true,
|
|
"target": "ES6",
|
|
"paths": {
|
|
"@/*": [
|
|
"./node_modules/@*"
|
|
]
|
|
}
|
|
},
|
|
"include": [
|
|
"src/**/*"
|
|
],
|
|
"exclude": [
|
|
"node_modules/",
|
|
"test/"
|
|
]
|
|
}
|