fabric-samples/hardware-security-module/application-typescript/tsconfig.json
sapthasurendran 1019c9800b code refactor
Signed-off-by: sapthasurendran <saptha.surendran@ibm.com>
2022-07-07 15:16:47 +05:30

18 lines
459 B
JSON

{
"$schema": "https://json.schemastore.org/tsconfig",
"extends": "@tsconfig/node14/tsconfig.json",
"compilerOptions": {
"declaration": true,
"declarationMap": true,
"sourceMap": true,
"outDir": "dist",
"rootDir": "src",
"strict": true,
"noUnusedLocals": true,
"noImplicitReturns": true,
"forceConsistentCasingInFileNames": true
},
"include": [
"src/"
]
}