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
When I run command: npx babel -f ./babel.config.js 'src/**/*.{js,jsx,ts,tsx}' I get the following error: interface is a reserved word in strict mode (8:0)
Describe the bug
When I run command: npx babel -f ./babel.config.js 'src/**/*.{js,jsx,ts,tsx}' I get the following error: interface is a reserved word in strict mode (8:0)
Babel configuration:
Version of libs
"babel-preset-expo": "^8.3.0",
"@babel/core": "~7.9.0",
The text was updated successfully, but these errors were encountered: