Skip to content

Commit bc17c2f

Browse files
committed
Fix ember-cli type definition discrepancy
1 parent b640653 commit bc17c2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ts/types/ember-cli/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ declare module 'ember-cli/lib/broccoli/ember-app' {
22
import CoreObject from 'core-object';
33

44
export default class EmberApp extends CoreObject {
5-
options?: Record<string, unknown>;
5+
options: Record<string, unknown>;
66
}
77
}
88

0 commit comments

Comments
 (0)