1 Star 1 Fork 0

一哥 / react-class-hookable

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tsconfig.json 515 Bytes
一键复制 编辑 原始数据 按行查看 历史
王一 提交于 2020-11-02 13:48 . submit version 0.3.0
{
"compilerOptions": {
"target": "esnext",
"module": "esnext",
"declaration": true,
"moduleResolution": "node",
"resolveJsonModule": true,
"importHelpers": true,
"experimentalDecorators": true,
"emitDecoratorMetadata": true,
"jsx": "react",
"baseUrl": ".",
"outDir": ".",
"strict": true,
"esModuleInterop": true,
"paths": {
"@/*": ["src/*"],
"@test/*": ["test/*"]
}
},
"exclude": [
"node_modules"
],
"include": [
"src"
]
}
TypeScript
1
https://gitee.com/filefoxper/react-class-hookable.git
git@gitee.com:filefoxper/react-class-hookable.git
filefoxper
react-class-hookable
react-class-hookable
master

搜索帮助