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

tsconfig.json

{
  "compilerOptions": {
+   "module": "esnext"
  }
}
posted @ 2021-06-23 21:12  guangzan  阅读(5281)  评论(1编辑  收藏  举报