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 47cc310 commit 85f7366Copy full SHA for 85f7366
packages/project/lib/specifications/types/Component.js
@@ -291,7 +291,7 @@ class Component extends ComponentProject {
291
}
292
293
async _ensureComponent() {
294
- // Ensure that a Component.js exists
+ // Ensure that a Component.js/ts exists
295
const componentResource = await this._getRawSourceReader().byPath("/Component.js") ||
296
await this._getRawSourceReader().byPath("/Component.ts");
297
if (!componentResource) {
0 commit comments