Skip to content

Add TS alias `~` for `src/` directory

Tom Quirk requested to merge add-ts-alias-for-src into master

What does this MR do?

Follow on from !38 (merged) and !47 (merged).

Adds the ~ alias for src/ to tsconfig and use this alias everywhere it makes immediate sense (right now, for imports of /src/shared

Checklist

  • Generated new gitlab_figma_plugin_dist.zip (npm run pkg) file if changes have been made to src/
  • Added tests for new functionality

Merge request reports