Skip to content

Instantly share code, notes, and snippets.

@sami-abdul
Created March 14, 2019 09:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sami-abdul/429d3d459f3c9171c83406dcaa4ec8ba to your computer and use it in GitHub Desktop.
Save sami-abdul/429d3d459f3c9171c83406dcaa4ec8ba to your computer and use it in GitHub Desktop.
first-network/tsconfig.json
{
"compilerOptions": {
"rootDir": "./src",
"suppressImplicitAnyIndexErrors": true,
"noImplicitAny": true,
"sourceMap": false,
"target": "es5",
"module": "commonjs",
"declaration": false,
"outDir": "./dist",
"types": [
"@theledger/fabric-shim-types",
"@theledger/fabric-shim-crypto-types"
],
"typeRoots": [
"./node_modules/@types"
],
"lib": [
"es2015",
"dom"
]
},
"exclude": [
"./tests/*.ts"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment