1 Star 14 Fork 1

yloo-cn/poppy

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
tsconfig.json 1.30 KB
一键复制 编辑 原始数据 按行查看 历史
义陆.逍遥 提交于 2022-10-13 16:46 . refactor: 重构common项目
{
"compilerOptions": {
"baseUrl": "./",
"target": "esnext",
"moduleResolution": "node",
"jsx": "preserve",
"esModuleInterop": true,
"experimentalDecorators": true,
"strict": true,
"forceConsistentCasingInFileNames": true,
"noImplicitReturns": true,
"suppressImplicitAnyIndexErrors": true,
"declaration": true,
"skipLibCheck": true,
"paths": {
"@/": ["./packages/"],
"@yloo/poppy-common": ["./packages/common/src/index.tsx"],
"@yloo/poppy-icons": ["./packages/icons/src/index.tsx"],
"@yloo/poppy-ui": ["./packages/ui/src/index.tsx"],
"@yloo/poppy-core": ["./packages/core/src/index.tsx"],
"@yloo/poppy-mock": ["./packages/mock/src/index.tsx"],
"@yloo/poppy-plugin": ["./packages/plugin/src/index.tsx"],
"@yloo/poppy-table": ["./packages/table/src/index.tsx"],
"@yloo/poppy-formily": ["./packages/formily/src/index.tsx"],
"@yloo/poppy-blocks": ["./packages/blocks/src/index.tsx"]
}
},
"include": [
"typings.d.ts",
"**/src/**/*",
"**/mock/**/*",
"**/docs/**/*",
"scripts/**/*",
"**/demos",
".eslintrc.js",
"tests",
"jest.config.js",
"**/fixtures",
"./tests/no-duplicated.ts"
],
"plugins": [{ "transform": "typescript-transform-paths", "afterDeclarations": true }]
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/yloo-cn/poppy.git
git@gitee.com:yloo-cn/poppy.git
yloo-cn
poppy
poppy
develop

搜索帮助