https://github.com/typeorm/ty...
typeorm的官方express,typescript,typeorm的项目,下载下来运行的时候提示下面的问题:
Property 'asyncIterator' does not exist on type 'SymbolConstructor'.
4288 [Symbol.asyncIterator](): AsyncIterableIterator<T>;
~~~~~~~~~~~~~
node_modules/typeorm/driver/mongodb/typings.d.ts:4288:31 - error TS2304: Cannot find name 'AsyncIterableIterator'.
4288 [Symbol.asyncIterator](): AsyncIterableIterator<T>;
~~~~~~~~~~~~~~~~~~~~~
怎么解决?
在tsconfig.json里加上这个