1 Star 1 Fork 0

fudashuai007/redux

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
tsconfig.json 662 Bytes
一键复制 编辑 原始数据 按行查看 历史
Mark Erikson 提交于 2023-04-02 20:14 . Use tsup to build package
{
"compilerOptions": {
"strict": true,
"target": "ESNext",
"module": "ESNext",
"moduleResolution": "Node",
"esModuleInterop": true,
"skipLibCheck": true,
"lib": ["dom", "es2017"],
"jsx": "react",
"declaration": true,
"declarationDir": "./types",
"sourceMap": true,
"removeComments": false,
"noUnusedLocals": true,
"noUnusedParameters": true,
"baseUrl": "./",
"types": ["vitest/globals", "esbuild-extra/global"],
"paths": {
"redux": ["src/index.ts"], // @remap-prod-remove-line
"@internal/*": ["src/*"]
}
},
"include": ["src/**/*"],
"exclude": ["node_modules", "dist"]
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/fudashuai007/redux.git
git@gitee.com:fudashuai007/redux.git
fudashuai007
redux
redux
master

搜索帮助