Skip to content

Commit

Permalink
Merge branch 'master' into v4
Browse files Browse the repository at this point in the history
  • Loading branch information
jamescdavis committed Jul 2, 2020
2 parents 1f46073 + 89e193f commit 6125853
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,13 @@ export default config;

/**
* Type declarations for
* import config from './config/environment'
*
* For now these need to be managed by the developer
* since different ember addons can materialize new entries.
* import config from 'my-app/config/environment'
*/
declare const config: {
environment: any;
environment: string;
modulePrefix: string;
podModulePrefix: string;
locationType: string;
rootURL: string;
APP: Record<string, unknown>;
};
2 changes: 1 addition & 1 deletion ts/blueprints/ember-cli-typescript/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -147,8 +147,8 @@ module.exports = {
{ name: 'ember-cli-typescript-blueprints', target: 'latest' },
{ name: 'typescript', target: 'latest' },
{ name: '@types/ember', target: 'latest' },
{ name: '@types/rsvp', target: 'latest' },
{ name: '@types/ember__test-helpers', target: 'latest' },
{ name: '@types/ember-resolver', target: 'latest' },
];

if (this._has('ember-data')) {
Expand Down

0 comments on commit 6125853

Please sign in to comment.