mirror of
https://github.com/alexgo-io/stacks.js.git
synced 2026-05-28 16:35:26 +08:00
* 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
18 lines
306 B
JSON
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/**/*"
|
|
]
|
|
}
|