furkantaskin / mufferplate

Personal boilerplate for small to medium projects.
4 stars 0 forks source link

Add TypeScript Support #8

Closed furkantaskin closed 1 year ago

furkantaskin commented 1 year ago

Add TypeScript support to bundle to JS file on build.

furkantaskin commented 1 year ago

Currently esbuild is not supporting type checking for TypeScript but plugin can be used for it.

furkantaskin commented 1 year ago

Closing because esbuild is not type checking TypeScript on build phase