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
{{ message }}
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.
The 'import.meta' meta-property is only allowed when the '--module' option is 'esnext' or 'system'.ts(1343)
TypeScript@next compile error:
The 'import.meta' meta-property is only allowed when the '--module' option is 'esnext' or 'system'. (expect)tslint(1)
The text was updated successfully, but these errors were encountered:
Currently, it is impossible to use any other
module
config instead ofcommonjs
. As a result, it is impossible to test theImportMeta
interface.You can see here, https://github.com/DefinitelyTyped/DefinitelyTyped/blob/master/types/snowpack-env/snowpack-env-tests.ts
The text was updated successfully, but these errors were encountered: