-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Typescript doesn't seem to work. #13
Comments
@tiansin сould you describe the problem? Which errors? |
Same here. Status bar shows "easycompile.compile": {
"sass": false,
"typescript": true
},
"easycompile.typescript": {
"outdir": "./",
"compress": false
} And I also added Where can I get information of which data is set in typescript json config? outdir and the others, I had to search for these on issues section here on Github. Any documentation about easycompile.typescript options? BTW: I had to disable sass since VSCode fails to load the extension, always killing the Extension Host, I don't know if it is my current version installed or something else, since all extensions (in marketplace) for compiling Sass kills the Extension Host. |
you can try a simple file to test if work test.ts
|
TypeScript output directory is not supported: https://github.com/refgd/easy-complie/blob/master/package.json#L106 There is no config option, so it cannot be set. Unfortunate. |
I want to use it to quickly compile the typescript source code. Without the test success, the plugin reported some function errors.
The text was updated successfully, but these errors were encountered: