以demo为例,在vs code 打开项目文件夹,
在终端执行tsc TypeScript/QuickStart.ts 有报错
node_modules/@types/react-reconciler/index.d.ts:412:34 - error TS2583: Cannot find name 'Map'. Do you need to change your target library? Try changing the 'lib' compiler option to 'es2015' or later.
detail | 详细描述
以demo为例,在vs code 打开项目文件夹, 在终端执行tsc TypeScript/QuickStart.ts 有报错 node_modules/@types/react-reconciler/index.d.ts:412:34 - error TS2583: Cannot find name 'Map'. Do you need to change your target library? Try changing the 'lib' compiler option to 'es2015' or later.
手册页面没找到相关说明 https://puerts.github.io/en/docs/puerts/unreal/manual