ember-typings-nacho

0.0.3 • Public • Published

ember-typings

build status

Typescript type definitions for ember.js

The type definitions are perodically published to @types/ember through DefinitelyTyped. You shouldn't depend on this package directly.

Running Tests

yarn test

The tests do not run, the code is only type-checked.

Testing in your project

To use ember-typings instead of @types/ember, first run:

yarn remove @types/ember @types/ember-testing-helpers @types/rsvp
yarn add typed-ember/ember-typings --dev

Then add a paths entry to your tsconfig.json:

{
  "compilerOptions": {
    "paths": {
      "*": [
        "node_modules/ember-typings/types/*"
      ]
    }
  }
  ...
}

Readme

Keywords

none

Package Sidebar

Install

npm i ember-typings-nacho

Weekly Downloads

1

Version

0.0.3

License

MIT

Last publish

Collaborators

  • seyinanigans
  • igbopie