Hi,
> I’m using asconfig in VSCode to compile with these settings:
> "config": "flex",
> "compilerOptions": {
> "debug": false,
> "js-output-type": "flexjs",
> "source-map": false,
> "library-path": [
> "lib"
> ],I’ve not used VSCode but perhaps try “JSFlex" rather than “flexjs" in there or perhaps “targets": “JSFlex"? Justin
