An ember-cli addon that configures ember-cli-babel for TypeScript transpilation using @babel/plugin-transform-typescript. Version 0.0.0-beta.2, unstable beta release. It installs a beta version of ember-cli-babel with Babel 7 support, adds required transforms, enables .ts file transpilation, and integrates with eslint via typescript-eslint-parser. Does not perform type checking. Differentiator: simplifies TypeScript setup in Ember apps/addons by automating Babel and ESLint config changes.
npm install ember-cli-babel-typescriptNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Installs the addon via ember and shows a basic TypeScript component using class syntax.
Consider using ember-cli-typescript or natively supported TypeScript in newer Ember versions.
Pin ember-cli-babel version in package.json to control risk.
Run tsc separately or use an IDE plugin for type checking.
Ensure no other addons depend on those packages before installing.
Ensure ember-cli-babel is at the correct beta version required by this addon.
Manually add 'typescript-eslint-parser' to devDependencies.
Remove custom Babel options; this addon configures what's needed.