nfreear / demo-bot

A demo Chat-bot that runs entirely in the browser.
0 stars 0 forks source link

Switch from `@babel/preset-typescript` to `tsc` Typescript compiler ..? #7

Open nfreear opened 3 years ago

nfreear commented 3 years ago

Current:

Versus:

Why?

This plugin adds support for the types syntax used by the TypeScript programming language. However, this plugin does not add the ability to type-check the JavaScript passed to it. For that, you will need to install and set up TypeScript.

..