Packages
Write TypeScript packages with optionally zero configuration.
The default ESLint config for ts-engine.
The default Babel preset for ts-engine.
Deprecated packages
@ts-engine/eslint-config-react
The React ESLint config for ts-engine. React config is now applied automatically if React is detected.
A Babel preset for ts-engine with React support. React config is now applied automatically if React is detected.
Runtime dependencies for apps built with ts-engine. Relying on @babel/preset-env
bundling babel helpers into builds. Promises are also no longer transpiled to use regenerator runtime because Promises are now very widely supported in Node and browsers.