We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4973042 commit f0d7865Copy full SHA for f0d7865
blueprints/ember-cli-typescript/files/app/config/environment.d.ts
@@ -8,8 +8,8 @@ export default config;
8
* since different ember addons can materialize new entries.
9
*/
10
declare namespace config {
11
- export var environment: any;
12
- export var modulePrefix: string;
13
- export var podModulePrefix: string;
14
- export var locationType: string;
+ var environment: any;
+ var modulePrefix: string;
+ var podModulePrefix: string;
+ var locationType: string;
15
}
0 commit comments