29 Star 386 Fork 78

theajack / cnchar

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tsconfig.json 1.07 KB
一键复制 编辑 原始数据 按行查看 历史
{
"compilerOptions": {
"baseUrl": ".",
"outDir": "dist",
"sourceMap": false,
"target": "es5",
"module": "esnext",
"moduleResolution": "node",
"allowJs": false,
"noUnusedLocals": true,
"strictNullChecks": true,
"noImplicitAny": true,
"noImplicitThis": true,
"experimentalDecorators": true,
"resolveJsonModule": true,
"esModuleInterop": true,
"removeComments": false,
"jsx": "preserve",
"lib": ["esnext", "dom"],
// "types": ["jest", "node"],
"rootDir": ".",
// "paths": {
// "@vue/*": ["packages/*/src"]
// },
"paths": {
"cnchar": ["src/cnchar/main"],
"cnchar-types": ["src/cnchar-types"],
"@cnchar-plugin/*": ["src/cnchar/plugin/*"],
"@common/*": ["src/cnchar/common/*"],
"testUtils":["helper/testUtils"]
}
},
"include": [
"helper/testUtils",
"./src/**/*"
],
"exclude": [
"./node_modules"
]
}
TypeScript
1
https://gitee.com/theajack/cnchar.git
git@gitee.com:theajack/cnchar.git
theajack
cnchar
cnchar
master

搜索帮助