1 Star 0 Fork 7

河边/zh-chess

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
tsconfig.json 1.43 KB
一键复制 编辑 原始数据 按行查看 历史
孔乙己拉夫米 提交于 2022-09-14 15:32 . 更新打包配置
{
"compilerOptions": {
"target": "ES5", /* Set the JavaScript language version for emitted JavaScript and include compatible library declarations. */
"lib": [
"ESNext",
"DOM"
], /* Specify a set of bundled library declaration files that describe the target runtime environment. */
"useDefineForClassFields": true, /* Emit ECMAScript-standard-compliant class fields. */
"module": "ESNext", /* Specify what module code is generated. */
"moduleResolution": "node", /* Specify how TypeScript looks up a file from a given module specifier. */
"baseUrl": ".", /* Specify the base directory to resolve non-relative module names. */
"sourceMap": true, /* Create source map files for emitted JavaScript files. */
"isolatedModules": true, /* Ensure that each file can be safely transpiled without relying on other imports. */
"esModuleInterop": true, /* Emit additional JavaScript to ease support for importing CommonJS modules. This enables 'allowSyntheticDefaultImports' for type compatibility. */
"strict": true, /* Enable all strict type-checking options. */
"skipLibCheck": true, /* Skip type checking all .d.ts files. */
"importHelpers": true,
"noEmitHelpers": true,
"allowJs": true,
"noUnusedLocals": true,
"noUnusedParameters": true,
"resolveJsonModule": true,
"importsNotUsedAsValues": "error",
},
"include": [
"./src/**/*"
],
"exclude": [
"node_modules"
]
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/qingzhanwang/zh-chess.git
git@gitee.com:qingzhanwang/zh-chess.git
qingzhanwang
zh-chess
zh-chess
v2.0

搜索帮助