@hashgraph/solo
Version:
An opinionated CLI tool to deploy and manage private Hedera Networks.
20 lines (19 loc) • 458 B
JSON
{
"compilerOptions": {
"allowUnreachableCode": false,
"allowUnusedLabels": false,
"composite": true,
"forceConsistentCasingInFileNames": true,
"lib": ["ES2023"],
"module": "commonjs",
"noEmitOnError": true,
"noFallthroughCasesInSwitch": true,
"noImplicitReturns": true,
"pretty": true,
"sourceMap": true,
"stripInternal": true,
"strict": true,
"target": "ES2022"
},
"exclude": ["node_modules"]
}