加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
tsconfig.json 930 Bytes
一键复制 编辑 原始数据 按行查看 历史
masaikk 提交于 2023-08-07 17:27 . feature: add config
{
"compilerOptions": {
"jsx": "react",
"target": "es2016"
/* Set the JavaScript language version for emitted JavaScript and include compatible library declarations. */,
"module": "commonjs"
/* Specify what module code is generated. */,
"baseUrl": "./"
/* Specify the base directory to resolve non-relative module names. */,
"paths": {
"@/*": [
"src/*"
]
}
/* Specify a set of entries that re-map imports to additional lookup locations. */,
"esModuleInterop": true
/* Emit additional JavaScript to ease support for importing CommonJS modules. This enables `allowSyntheticDefaultImports` for type compatibility. */,
"forceConsistentCasingInFileNames": true
/* Ensure that casing is correct in imports. */,
"strict": true
/* Enable all strict type-checking options. */,
"skipLibCheck": false
/* Skip type checking all .d.ts files. */
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化