Skip to content

1.22.0

Compare
Choose a tag to compare
@whxaxes whxaxes released this 14 Feb 15:42
· 118 commits to master since this release

jsconfig generation

Auto generate jsconfig.json in project if egg-ts-helper/register was running in js project, It will not generate file if jsconfig.json has already exists.

Why?

Because the IntelliSense only works in js project which has jsconfig.json or tsconfig.json in vscode.

env options

Support passing options from env, here is the supported env list

  • ETS_CWD
  • ETS_FRAMEWORK
  • ETS_TYPINGS
  • ETS_CASE_STYLE
  • ETS_AUTO_REMOVE_JS
  • ETS_THROTTLE
  • ETS_WATCH
  • ETS_EXEC_AT_INIT
  • ETS_SILENT
  • ETS_CONFIG_FILE