首先是typeorm的官方地址, 国内有人翻了中文版,不保证时效性 ·通过npm安装下列包: typeorm //typeorm连接数据库 @types/node //类型系统 typescript //ts基础 oracledb //oracle基础 ts-node //nodejs编译运行ts的工具; ·根路径配置: package.json //项目依赖、脚本、描述等 tsconfig.json //ts编译设置 { compilerOptions: { module: commonjs, noImplicitAny: true