mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-17 15:35:09 +00:00
11 lines
209 B
JSON
11 lines
209 B
JSON
{
|
|
"$schema": "https://json.schemastore.org/tsconfig",
|
|
"extends": "@tsconfig/node12/tsconfig.json",
|
|
"compilerOptions": {
|
|
"sourceMap": true,
|
|
"outDir": "./dist"
|
|
},
|
|
"include": [
|
|
"src/"
|
|
]
|
|
}
|