Let's switch our target to es6. Open tsconfig.json and change the target property to es6: { "compilerOptions": { "target": "es6", "module": "commonjs", ...
確定! 回上一頁