Typescript에서 ES3을 생성합니까?Typescript에서 순수 ES3를 생성할 수 있습니까?

1283 단어 typescriptjavascript

Typescript에서 순수 ES3를 생성할 수 있습니까?


12월 7일 20일
설명: 1
정답: 0
0

Typescript 4.0 사이에 약간의 변화가 발생했습니다.x와 4.1.나와 x는 모두 곤혹스럽다.이전에 나는 ES 코드에서 순수한 ES3를 생성할 수 있었다.Visual Studio 코드로 개발 중입니다.
이것은 내 tConfig입니다.json
{
  "compileOnSave": true
  "compilerOptions": {
    "allowSyntheticDefaultImports": false,
    "target": "ES3",
    "lib": ["ESNext"],
    "moduleResolution": "node",
    "module": "es2015",
    "types": [".\\types"],
    "removeComments": true

Open Full Question

좋은 웹페이지 즐겨찾기