结合ASP.NET v5使用TypeScript
工程设置




工程与虚拟工程

保存时编译

Last updated






Last updated
"outDir": "../wwwroot/"{
"compilerOptions": {
"noImplicitAny": false,
"noEmitOnError": true,
"removeComments": false,
"sourceMap": true,
"target": "es5",
"outDir": "../wwwroot"
}
}