We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1abd3a4 commit 6fada51Copy full SHA for 6fada51
types/dummy/app.d.ts
@@ -0,0 +1,5 @@
1
+declare module 'dummy/app' {
2
+ import Application from '@ember/application';
3
+
4
+ export default class App extends Application {}
5
+}
0 commit comments