1
0
Fork 0
forked from lthn/blockchain
blockchain/src/gui/qt-daemon/html_source/tsconfig.json
Kirill a803c70c34
Ui develop (#243)
* 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
2020-11-10 17:09:35 +01:00

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
}
}