64 Star 295 Fork 63

京东零售 / CCMS

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tsconfig.json 678 Bytes
一键复制 编辑 原始数据 按行查看 历史
zjt 提交于 2022-03-02 17:58 . docs: commit&eslint
{
"compilerOptions": {
"target": "ES6",
"module": "ESNext",
"allowJs": true,
"sourceMap": true,
"outDir": "./lib/",
"moduleResolution": "node",
"esModuleInterop": true,
"declaration": true,
"jsx": "react",
"strict": true,
"lib": ["dom", "dom.iterable", "esnext"],
"skipLibCheck": true,
"allowSyntheticDefaultImports": true,
"forceConsistentCasingInFileNames": true,
"resolveJsonModule": true,
"isolatedModules": true,
"noEmit": true,
"noImplicitAny": false,
"strictNullChecks": true,
"suppressImplicitAnyIndexErrors": true,
"types": ["node", "jest"],
"experimentalDecorators": true
}
}
JavaScript
1
https://gitee.com/jd-platform-opensource/ccms.git
git@gitee.com:jd-platform-opensource/ccms.git
jd-platform-opensource
ccms
CCMS
master

搜索帮助