Files
stacks.js/tsconfig.json
Matthew Little 168fad131e Merge branch 'develop' into feature/deprecated-crypto-warning
* develop:
  Update bitcoinjs-lib -- includes improvements to the native secp256k1 depedencies
  Update to typed `jsontokens` lib, fix all typing errors

# Conflicts:
#	package-lock.json
#	package.json
#	tsconfig.browser.json
#	tsconfig.json
2019-08-12 11:40:05 -04:00

18 lines
306 B
JSON

{
"compilerOptions": {
"target": "es6",
"module": "commonjs",
"moduleResolution": "node",
"declaration": true,
"noImplicitAny": true,
"sourceMap": true,
"outDir": "./lib",
"skipLibCheck": true,
"noEmit": true
},
"include": [
"src/**/*",
"tests/**/*"
]
}