Advertisement
Guest User

Untitled

a guest
Mar 19th, 2019
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. {
  2. "compilerOptions": {
  3. "rootDir": "./src",
  4. "suppressImplicitAnyIndexErrors": true,
  5. "noImplicitAny": true,
  6. "sourceMap": false,
  7. "target": "es5",
  8. "module": "commonjs",
  9. "declaration": false,
  10. "outDir": "./dist",
  11. "types": [
  12. "@theledger/fabric-shim-types",
  13. "@theledger/fabric-shim-crypto-types"
  14. ],
  15. "typeRoots": [
  16. "./node_modules/@types"
  17. ],
  18. "lib": [
  19. "es2015",
  20. "dom"
  21. ]
  22. },
  23. "exclude": [
  24. "./tests/*.ts"
  25. ]
  26. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement