mirror of
https://github.com/alexgo-io/stacks.js.git
synced 2026-05-01 02:32:52 +08:00
* Unit tests passing with code coverage reporting.
* ES5 compatible dist/blockstack.js bundle being generated and passing e2e tests.
This commit is contained in:
@@ -1,16 +1,15 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"target": "es2018",
|
||||
"module": "umd",
|
||||
"esModuleInterop": true,
|
||||
"module": "commonjs",
|
||||
"moduleResolution": "node",
|
||||
"esModuleInterop": true,
|
||||
"declaration": true,
|
||||
"noImplicitAny": false,
|
||||
"outDir": "lib",
|
||||
"sourceMap": true
|
||||
},
|
||||
"include": [
|
||||
"src/**/*",
|
||||
"tests/unitTests/src/**/*"
|
||||
"src"
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user