📅  最后修改于: 2022-03-11 14:48:30.378000             🧑  作者: Mango
// tsconfig.json (compile tsc for update changes)
{
"compileOnSave": true,
"compilerOptions": {
"watch": true
}
}