Package typescript

The current file is a CommonJS module whose imports will await produce ‘require’ calls; however, the referenced file is an ECMAScript module and cannot be imported with ‘require’. Consider writing a dynamic ‘import(“inquirer”)’ call instead. To convert this file to an ECMAScript module, change its file extension to ‘.mts’, or add the field `”type”: “module”” to ‘d:/IT Project/Simple-Calculator/package.json’.ts(1479)

module

Import inquirer run