Seyi Adebajo 1c02e757ab for TypeScript breaking change with keyof operator now supporting number and symbol type, use extract to specify string type
upgrades various dependencies. renames mirage .js files to .ts. fixes linting issues. rebuilds lock file

removes redux deps

upgrades to latest

Revert "upgrades to latest"

This reverts commit 45d2d45b0a28db3217863b2ac9492c5bfe67bf0a.

 Committer: Seyi Adebajo <sadebajo@linkedin.com>

reoders tsconfig keys
2018-08-05 14:24:09 -07:00

10 lines
244 B
TypeScript

import { Serializer } from 'ember-cli-mirage';
export default Serializer.extend({
// Removes the default root key
root: false,
// Since api's are not side-loaded, allow embed. Also, this is required when root is false
embed: true
});