Use TypeScript
This commit is contained in:
14
app/config/environment.d.ts
vendored
Normal file
14
app/config/environment.d.ts
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
export default config;
|
||||
|
||||
/**
|
||||
* Type declarations for
|
||||
* import config from 'my-app/config/environment'
|
||||
*/
|
||||
declare const config: {
|
||||
environment: string;
|
||||
modulePrefix: string;
|
||||
podModulePrefix: string;
|
||||
locationType: string;
|
||||
rootURL: string;
|
||||
APP: Record<string, unknown>;
|
||||
};
|
||||
@@ -1,5 +1 @@
|
||||
{{!-- The following component displays Ember's default welcome message. --}}
|
||||
<WelcomePage />
|
||||
{{!-- Feel free to remove this! --}}
|
||||
|
||||
{{outlet}}
|
||||
Reference in New Issue
Block a user