File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed
blueprint-files/ember-cli-typescript/__config_root__/config
ts/blueprints/ember-cli-typescript Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -2,15 +2,13 @@ export default config;
2
2
3
3
/**
4
4
* Type declarations for
5
- * import config from './config/environment'
6
- *
7
- * For now these need to be managed by the developer
8
- * since different ember addons can materialize new entries.
5
+ * import config from 'my-app/config/environment'
9
6
*/
10
7
declare const config : {
11
- environment : any ;
8
+ environment : string ;
12
9
modulePrefix : string ;
13
10
podModulePrefix : string ;
14
11
locationType : string ;
15
12
rootURL : string ;
13
+ APP : Record < string , unknown > ;
16
14
} ;
Original file line number Diff line number Diff line change @@ -147,8 +147,8 @@ module.exports = {
147
147
{ name : 'ember-cli-typescript-blueprints' , target : 'latest' } ,
148
148
{ name : 'typescript' , target : 'latest' } ,
149
149
{ name : '@types/ember' , target : 'latest' } ,
150
- { name : '@types/rsvp' , target : 'latest' } ,
151
150
{ name : '@types/ember__test-helpers' , target : 'latest' } ,
151
+ { name : '@types/ember-resolver' , target : 'latest' } ,
152
152
] ;
153
153
154
154
if ( this . _has ( 'ember-data' ) ) {
You can’t perform that action at this time.
0 commit comments