forked from lthn/blockchain
* added send icon as pseudo element * fix pagination on mining toggle * fix pagination on mining toggle * fix pagination on mining toggle offset form 0 * fix pagination on change wallet * disable pagination on wallet sync fix blinked content after rerun command by callback * files * fix stuck modal window when lose or bed internet connection * correct working pagination with hide transactions
28 lines
538 B
JSON
28 lines
538 B
JSON
{
|
|
"compileOnSave": false,
|
|
"compilerOptions": {
|
|
"baseUrl": "./",
|
|
"paths": {
|
|
"store": [
|
|
"src/store.ts"
|
|
]
|
|
},
|
|
"outDir": "./dist/out-tsc",
|
|
"sourceMap": true,
|
|
"declaration": false,
|
|
"module": "es2015",
|
|
"moduleResolution": "node",
|
|
"emitDecoratorMetadata": true,
|
|
"experimentalDecorators": true,
|
|
"target": "es5",
|
|
"typeRoots": [
|
|
"node_modules/@types"
|
|
],
|
|
"lib": [
|
|
"es2018",
|
|
"dom"
|
|
],
|
|
"resolveJsonModule": true,
|
|
"esModuleInterop": true
|
|
}
|
|
}
|