Alex Terentiev b322dd8771 Knockout taxonomy update (#197)
* Update to GA

* Bugfix: incorrect hierarchy is built if there are terms with equal names on different levels
2017-05-08 21:32:08 +03:00

16 lines
279 B
JSON

{
"compilerOptions": {
"target": "es5",
"forceConsistentCasingInFileNames": true,
"module": "commonjs",
"jsx": "react",
"declaration": true,
"sourceMap": true,
"types": [
"es6-promise",
"es6-collections",
"webpack-env"
]
}
}