The 'import.meta' meta-property is only allowed when the '--module' option is 'es2020', 'esnext', or 'system'.
tsconfig.json
{
"compilerOptions": {
+ "module": "esnext"
}
}
tsconfig.json
{
"compilerOptions": {
+ "module": "esnext"
}
}