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

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,
}
}
主站蜘蛛池模板: 南阳市| 丹棱县| 称多县| 洞头县| 武穴市| 长兴县| 望都县| 临洮县| 桓台县| 哈巴河县| 潼南县| 安化县| 齐齐哈尔市| 定兴县| 宣威市| 滨州市| 察隅县| 晋城| 砀山县| 衡东县| 崇仁县| 鹿泉市| 叙永县| 玛曲县| 宁南县| 平山县| 二连浩特市| 托克逊县| 溧阳市| 招远市| 准格尔旗| 霞浦县| 赤壁市| 龙泉市| 磴口县| 濉溪县| 高清| 科尔| 七台河市| 尖扎县| 新干县|