New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

ember-cli-typify

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ember-cli-typify

Deprecated please use ember-cli-typescript instead.

  • 0.5.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
35
Maintainers
1
Weekly downloads
 
Created
Source

DEPRECATED

Please use ember-cli-typescript instead.

Ember-cli-typify

Enable typescript preprocessing on Ember 2.x apps.

One time setup

To use install dependencies

npm install --save-dev typescript@2.0 # Older versions are not supported
npm install --save-dev ember-cli-typify
npm install --save-dev @types/ember

Create a tsconfig.json file:

ember generate ember-cli-typify

Incremental adoption

Rename the files you want to check from .js to .ts

VSCode setup

Create the file .vscode/settings.json with the following content:

// Place your settings in this file to overwrite default and user settings.
{
    "typescript.tsdk" : "node_modules/typescript/lib"
}

Keywords

FAQs

Package last updated on 18 Dec 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc