Fixed more bugs with new Corporation UI. Minor rebalancing on Corp UI. Changed the Market TA researches to allow you to automatically set price

This commit is contained in:
danielyxie
2019-03-17 17:58:06 -07:00
parent a28fe7ab9f
commit e6c5ff7ab7
14 changed files with 460 additions and 146 deletions

View File

@@ -2,7 +2,7 @@
"compilerOptions": {
"baseUrl" : ".",
"jsx": "react",
"lib" : ["es2016", "dom"],
"lib" : ["es2016", "dom", "es2017.object"],
"module": "commonjs",
"target": "es6",
"sourceMap": true,