필자는 typescript를 처음 사용하고 있기 때문에 모든 typescript 파일을 javacript 으로 변환 할 때 nscriptcript를 사용하면 버전이 3.10.10이됩니다.Vs 창에서 .ts를 .js로 컴파일 할 수 없음
난이이
{
"compileOnSave": false,
"compilerOptions": {
"outDir": "./dist/out-tsc",
"sourceMap": true,
"declaration": false,
"moduleResolution": "node",
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"target": "es5",
"typeRoots": [
"node_modules/@types"
],
"lib": [
"es2016",
"dom"
]
}
}
등이
{
// See https://go.microsoft.com/fwlink/?LinkId=733558
// for the documentation about the tasks.json format
"version": "0.1.0",
"command": "${cwd}/node_modules/.bin/tsc.cmd",
"isShellCommand": true,
"args": [
"-p",
"."
],
"showOutput": "silent",
"problemMatcher": "$tsc"
}
및 tsconfig.json 파일처럼 내 task.json 파일 내가 TSC mock.ts의 TSC를 수행 할 때
, 난이
'TSC'와 같은 오류가 내부 또는 외부 명령, 실행할 수있는 있는 프로그램, 또는 배치 파일이 아닙니다 얻을. 난 내 tasks.json 파일
"명령"이 사용되는 블로그에서 약간의 연구 후
: "$ {CWD가} /node_modules/.bin/tsc.cmd" 하지만, 나는 노트의 몇 잘하면 도움이됩니다 내 .TS 자바 스크립트