mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-17 15:35:09 +00:00
Signed-off-by: YunusEmreKarakose <yemre05@hotmail.com.tr> Signed-off-by: Ry Jones <ry@linux.com> Signed-off-by: yunusemrekarakose <yemre05@hotmail.com.tr>
19 lines
420 B
JSON
19 lines
420 B
JSON
{
|
|
"compilerOptions": {
|
|
"experimentalDecorators": true,
|
|
"emitDecoratorMetadata": true,
|
|
"outDir": "dist",
|
|
"target": "es2017",
|
|
"moduleResolution": "node",
|
|
"module": "commonjs",
|
|
"esModuleInterop": true,
|
|
"declaration": true,
|
|
"sourceMap": true
|
|
},
|
|
"include": [
|
|
"./src/**/*"
|
|
],
|
|
"exclude": [
|
|
"./src/**/*.spec.ts"
|
|
]
|
|
}
|