1.0.0 • Published 7 years ago

ember-fetch-tsdefs v1.0.0

Weekly downloads
4
License
MIT
Repository
-
Last release
7 years ago

type defs for ember-fetch

install

open the tsconfig.json file and add this to your paths

{
  "compilerOptions": {
    "target": "es2015",
    "module": "es2015",
    "moduleResolution": "node",
    "paths": {
      "app/*": ["app/*"],
      "fetch": ["node_modules/ember-fetch-tsdefs/index.d.ts"]
    }
  },
  "include": [
    "**/*.ts"
  ]
}