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.
2 parents e91d10e + 5082a24 commit b1ae73aCopy full SHA for b1ae73a
blueprints/ember-cli-typescript/files/app/config/environment.d.ts
@@ -9,7 +9,7 @@ export default config;
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;
+ export var modulePrefix: string;
+ export var podModulePrefix: string;
+ export var locationType: string;
15
}
0 commit comments