ui5-community / generator-ui5-ts-app

Generator for UI5 applications using TypeScript which use the official UI5 tooling. This generator was built as a plug-in for the community project Easy UI5 by SAP.
Apache License 2.0
19 stars 15 forks source link

Minor naming fixes #15

Closed akudev closed 2 years ago

akudev commented 2 years ago

According to https://www.typescriptlang.org/docs/handbook/module-resolution.html#module-resolution-strategies, "moduleResolution: "Node" has "node" written all-lowercase.

The main route is named "main", not "master".