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

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,
}
}
主站蜘蛛池模板: 庆元县| 建昌县| 平定县| 台南市| 通州市| 大余县| 漳浦县| 桂阳县| 青川县| 靖安县| 临清市| 盐山县| 含山县| 句容市| 遂昌县| 奎屯市| 苍梧县| 孝昌县| 特克斯县| 武山县| 揭阳市| 额济纳旗| 文化| 甘洛县| 蒙阴县| 会宁县| 儋州市| 迁西县| 民县| 绿春县| 乌兰察布市| 额尔古纳市| 宜城市| 安康市| 田东县| 洛浦县| 商都县| 九江县| 英山县| 寻乌县| 阜南县|