官术网_书友最值得收藏!

Getting started with a simple HTML project

This project is a simple HTML and TypeScript file combination. Create a directory to hold the HTML and TypeScript files. Our JavaScript will reside in a script folder under this directory. The following tsconfig.json file is used:

{
"compilerOptions": {
"target": "ES2015",
"module": "commonjs",
"sourceMap": true,
"outDir": "./script",
"strict": true,
"strictNullChecks": true,
"strictFunctionTypes": true,
"noImplicitThis": true,
"alwaysStrict": true,
"noImplicitReturns": true,
"noFallthroughCasesInSwitch": true,
"esModuleInterop": true,
"experimentalDecorators": true,
}
}
主站蜘蛛池模板: 荔波县| 宣威市| 怀仁县| 高密市| 盘锦市| 永嘉县| 萨迦县| 沈丘县| 六枝特区| 武定县| 镇原县| 合肥市| 嘉鱼县| 隆昌县| 铁岭县| 盈江县| 五华县| 新宾| 迁安市| 浙江省| 洛阳市| 平原县| 胶州市| 静安区| 河北区| 阿鲁科尔沁旗| 兴城市| 阿拉尔市| 三河市| 清苑县| 奇台县| 嵩明县| 东乡县| 浦江县| 仁布县| 故城县| 清水河县| 遂昌县| 界首市| 博白县| 嵩明县|