format everything

This commit is contained in:
2019-09-13 13:58:50 +03:00
parent 783155cabd
commit 0457457967
11 changed files with 10593 additions and 10602 deletions

View File

@@ -1,9 +1,6 @@
{
"compilerOptions": {
"lib": [
"es2017",
"dom"
],
"lib": ["es2017", "dom"],
"jsx": "react",
"target": "es5",
"module": "commonjs",
@@ -16,9 +13,7 @@
"allowSyntheticDefaultImports": true,
"baseUrl": "./",
"paths": {
"~*": [
"./src/*"
]
"~*": ["./src/*"]
}
}
}
}