bedrock-launcher-version-symlink-generator
Version:
A CLI to create symlinks for each of the version folders in Bedrock Launcher, so you can access the folders by version number instead of by UUID.
21 lines (20 loc) • 594 B
JSON
{
"compilerOptions": {
"target": "esnext",
"module": "NodeNext",
"moduleResolution": "NodeNext",
"outDir": "./lib",
"rootDir": "./src",
"declaration": true,
"declarationDir": "./lib",
"sourceMap": false,
"declarationMap": false,
"lib": ["ES2022"],
"allowSyntheticDefaultImports": true,
"forceConsistentCasingInFileNames": true,
"verbatimModuleSyntax": true,
"strict": true,
"noUncheckedIndexedAccess": true,
"resolveJsonModule": true
}
}