mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-18 07:55:10 +00:00
This is a sample application that demonstrates usage of Fabric SDK typings. Change-Id: I5b9b42c666de51a490043cafe0faac29e4f4a0a4 Signed-off-by: Kapil Sachdeva <ksachdeva17@gmail.com>
27 lines
No EOL
597 B
JSON
27 lines
No EOL
597 B
JSON
{
|
|
"compilerOptions": {
|
|
"removeComments": false,
|
|
"preserveConstEnums": true,
|
|
"emitDecoratorMetadata": true,
|
|
"experimentalDecorators": true,
|
|
"sourceMap": true,
|
|
"declaration": true,
|
|
"noImplicitAny": true,
|
|
"noImplicitReturns": true,
|
|
"noImplicitThis": true,
|
|
"suppressImplicitAnyIndexErrors": true,
|
|
"moduleResolution": "node",
|
|
"module": "commonjs",
|
|
"target": "es6",
|
|
"outDir": "dist",
|
|
"baseUrl": ".",
|
|
"typeRoots": [
|
|
"types",
|
|
"node_modules/@types"
|
|
]
|
|
},
|
|
"formatCodeOptions": {
|
|
"indentSize": 2,
|
|
"tabSize": 2
|
|
}
|
|
} |