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

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,
}
}
主站蜘蛛池模板: 怀化市| 平安县| 南安市| 吴旗县| 突泉县| 荣成市| 灵台县| 博客| 新干县| 光山县| 兖州市| 盘山县| 仲巴县| 怀集县| 资溪县| 黄大仙区| 遂昌县| 赣州市| 山丹县| 天镇县| 微山县| 城口县| 七台河市| 江口县| 商都县| 阜宁县| 宣恩县| 清河县| 丰城市| 任丘市| 房产| 穆棱市| 紫阳县| 肃南| 牡丹江市| 宁安市| 清水河县| 桂阳县| 淮北市| 微山县| 镇安县|