You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using the latest version of the blueprint failed for me when using the verbatimModuleSyntax option introduced in #214, with type errors from node_modules:
[types] ../../../../node_modules/@ember/test-helpers/public-types/@ember/test-helpers/dom/-target.d.ts:2:16 - error TS1284: An 'export default' must reference a value when 'verbatimModuleSyntax' is enabled, but 'Target' only refers to a type.
[types]
[types] 2 export default Target;
[types] ~~~~~~
[types]
[types] ../../../../node_modules/@types/ember__polyfills/types.d.ts:4:16 - error TS1284: An 'export default' must reference a value when 'verbatimModuleSyntax' is enabled, but 'Mix' only refers to a type.
[types]
[types] 4 export default Mix;
[types] ~~~
[types]
Seems to me we shouldn't use this, but have a lint rule only? /cc @NullVoxPopuli
The text was updated successfully, but these errors were encountered:
Using the latest version of the blueprint failed for me when using the
verbatimModuleSyntax
option introduced in #214, with type errors from node_modules:Seems to me we shouldn't use this, but have a lint rule only? /cc @NullVoxPopuli
The text was updated successfully, but these errors were encountered: