Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(config): set correct module format for TypeScript
When having a root tsconfig which is used by the application with module value other than `commonjs` it would fail if you have an `import` statement with an error `SyntaxError: Unexpected token` This is due that under node module target should be set for `commonjs`
- Loading branch information