Registry / web-framework / ember-cli-babel-typescript

ember-cli-babel-typescript

JSON →
library0.0.0-beta.2jsnpmunverified

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.

web-frameworkdevops
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

This is an Ember addon, uses CommonJS module.exports for configuration.

module.exports = { ... }

Configuration key is a string in ember-cli-build.js options object.

'ember-cli-babel-typescript': { disable: false }

Installs the addon via ember and shows a basic TypeScript component using class syntax.

// ember install the addon ember install @ClarkSource/ember-cli-babel-typescript // Then in your component.js: import Component from '@ember/component'; export default class MyComponent extends Component { greeting: string = 'Hello'; }
Debug
Known footguns
deprecatedThis package is a beta and likely superseded by official TypeScript support in Ember CLI.
breakingInstalls an unreleased beta version of ember-cli-babel (Babel 7), which may break other addons.
gotchaThis addon does NOT perform type checking; only transpilation. TypeScript errors won't appear at build time.
gotchaUninstalls @ember-decorators/babel-transforms and babel-eslint, potentially breaking existing decorator setups.
Upgrade
Version history

Breaking-change detection hasn't run for this library yet.

Audit
Security & dependencies

CVE tracking and dependency tree are planned for a later release.

Agent activity
10 hits · last 30 days
gptbot
3
ahrefsbot
3
claudebot
3
bingbot
1
Resources