Feature: TypeScript
TypeScript support is built in to Noderize.
Simply set/add typescript to the languages option.
If you are not using JavaScript, you may want to remove the javascript languages for better build times.
Entry
When only using the typescript language option, the bundles option is automatically set to enter at src/index.ts.
If you are also using other languages but want your entry file to be a TypeScript file, simply set the bundles option to enter src/index.ts.
Features
- Decorators