fabric-samples/asset-transfer-basic/application-typescript/tsconfig.json
Chongxin Luo 984307a3b0 Add application-typescript to asset-transfer-basci
Signed-off-by: Chongxin Luo <Chongxin.Luo@ibm.com>
2020-07-02 13:06:44 -04:00

16 lines
308 B
JSON

{
"compilerOptions": {
"outDir": "dist",
"target": "es2017",
"moduleResolution": "node",
"module": "commonjs",
"declaration": true,
"sourceMap": true
},
"include": [
"./src/**/*"
],
"exclude": [
"./src/**/*.spec.ts"
]
}