The 'import.meta' meta-property is only allowed when the '--module' option is 'es2020', 'esnext', or 'system'.ts(1343) Ошибка

The 'import.meta' meta-property is only allowed when the '--module' option is 'es2020', 'esnext', or 'system'.ts(1343)

Возможное решение

Установите опцию module файла tsconfig.json например в "es2020", пример в контексте:

{
    "compilerOptions": {
      "outDir": "./built",
      "allowJs": true,
      "target": "es6",
      "module": "es2020",
      "sourceMap": true , 
      "moduleResolution":"node",
      "isolatedModules": true,
    },
    "include": ["./src/**/*", "./tests/**/*"]
}

Key Words for FKN + antitotal forum (CS VSU):