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 b640653 commit bc17c2fCopy full SHA for bc17c2f
ts/types/ember-cli/index.d.ts
@@ -2,7 +2,7 @@ declare module 'ember-cli/lib/broccoli/ember-app' {
2
import CoreObject from 'core-object';
3
4
export default class EmberApp extends CoreObject {
5
- options?: Record<string, unknown>;
+ options: Record<string, unknown>;
6
}
7
8
0 commit comments