Bugeun Kim
Bugeun Kim
1. 혹시 6행 initialize의 버전 코드를, 다음과 같은 최신 버전 코드로 바꿔서도 동일한 오류가 발생하나요? ```javascript await initialize({packages: {KMR: '2.1.4', KKMA: '2.1.4'}, verbose: true}); ``` > 참고: 최신 버전은 [여기](https://github.com/koalanlp/nodejs-support#packages)서...
The same thing happens to Vietnamese. 
I'm very sorry for late responding. Since I'm not currently using typescript, I did not know that the issues had aroused before checking this repository. Thus, I think it is...
@zya Could you paste your tsconfig.json file? And it'll be helpful to know which version of typescript & iTypescript that you're using currently.
@zya I separated your issue since it posed another problem. And, the module `fs` is correctly loaded under specifying `types` option in the compilerOptions when I attempted to replicate the...
This was because ITypescript resolve models by itself, not by the typescript library. I changed the code, and the issue may be resolved. Could you check whether this issue is...
I figured out that the incomplete parsing process of tsconfig.json file was the cause. I mistakenly believed that the function `ts.readConfigFile` that is currently ITypescript called for parsing configuration can...
For the execution part, the code followed how iJavascript excutes itself. And as far as I know that iJavascript requires Python2 only when it is installed. You can check [iJavascript...
Sorry for the late reply. I have updated the version of Typescript to 3.3.3333. You can adjust the version of it by modifying package.json file of ITypescript and re-install it:...
Oh, I'm afraid that I forgot to reference the issue. The commit was 7f66b0bcecc87724ace59c3bff18969f68a4dd70. To check the difference, you can examine [package.json](https://github.com/nearbydelta/itypescript/commit/7f66b0bcecc87724ace59c3bff18969f68a4dd70#diff-b9cfc7f2cdf78a7f4b91a753d10865a2) file.