ember-fetch-tsdefs
v1.0.0
Published
type defs for ember-fetch
Downloads
32
Readme
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"
]
}