首页
开发工具
文章
ts 之 tsconfig.json
2021-09-21
72
在 没有 async 的情况下 使用 await
顶层 await 就可以
"module": "esnext" // or "system"
"target": "es2017" // or higher