代码拉取完成,页面将自动刷新
{
"compilerOptions": {
"target": "ES2016" /* 编译结果使用的版本标准: 'ES3' (default), 'ES5', 'ES2015', 'ES2016', 'ES2017', 'ES2018', 'ES2019', 'ES2020', or 'ESNEXT'. */,
"module": "commonjs" /* 编译结果使用的模块化标准: 'none', 'commonjs', 'amd', 'system', 'umd', 'es2015', 'es2020', or 'ESNext'. */,
"lib": ["ESNext", "DOM"] /* 在写ts的时候支持的环境,默认是浏览器环境。如需要支持node,安装@type/node */,
"jsx": "react" /* Specify JSX code generation: 'preserve', 'react-native', or 'react'. */,
"sourceMap": true,
"strict": true,
"declaration": true,
"removeComments": true /* 编译结果把ts的注释移除掉 */,
"esModuleInterop": true /* es6的模块化和非es6的模块化标准互通 */,
"allowSyntheticDefaultImports": true,
"baseUrl": "./",
"paths": {
"@src/*": ["./app/renderer/*"] // webpack 配置别名,但在TS中会报红找不到,所以tslint也需要配置
},
"moduleResolution": "node"
},
"exclude": ["dist", "node_modules"], // 这里需要排除掉 dist 目录和 node_modules 目录,不进行检查
"include": ["app/**/*.ts", "app/**/*.tsx", "app/**/*.d.ts", "node_modules/electron-store/*.d.ts"]
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。