This repository has been archived on 2024-01-16. You can view files and clone it, but cannot push or open issues or pull requests.
Files
Maneger/tsconfig.json
Matheus Sampaio Queiroga 98074524d2 Reewrite project (#430)
* 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
2022-08-31 07:03:14 -03:00

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/"
]
}