mirror of
https://github.com/everoddandeven/monerod-gui.git
synced 2024-12-22 11:39:25 +00:00
[code quality] fix invalid json
This commit is contained in:
parent
84048f305b
commit
33edf603dc
2 changed files with 2 additions and 2 deletions
|
@ -9,5 +9,5 @@
|
||||||
},
|
},
|
||||||
"include": [
|
"include": [
|
||||||
"**.spec.ts"
|
"**.spec.ts"
|
||||||
],
|
]
|
||||||
}
|
}
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
"baseUrl": "",
|
"baseUrl": "",
|
||||||
"types": [
|
"types": [
|
||||||
"node",
|
"node",
|
||||||
"jquery",
|
"jquery"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"files": [
|
"files": [
|
||||||
|
|
Loading…
Reference in a new issue