fabric-samples/asset-transfer-events/application-gateway-typescript/tsconfig.json
sapthasurendran 95ce17a53d Gateway Migration for events application
Signed-off-by: sapthasurendran <saptha.surendran@ibm.com>
2022-01-31 14:27:37 +05:30

18 lines
392 B
JSON
Executable file

{
"extends":"@tsconfig/node14/tsconfig.json",
"compilerOptions": {
"experimentalDecorators": true,
"emitDecoratorMetadata": true,
"outDir": "dist",
"moduleResolution": "node",
"declaration": true,
"sourceMap": true,
"noImplicitAny": true
},
"include": [
"./src/**/*"
],
"exclude": [
"./src/**/*.spec.ts"
]
}