1 Star 0 Fork 12

repo3rd/preact

forked from Gitee 极速下载/preact 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
jsconfig.json 301 Bytes
一键复制 编辑 原始数据 按行查看 历史
{
"compilerOptions": {
"baseUrl": ".",
"checkJs": true,
"jsx": "react",
"lib": ["dom", "es5"],
"moduleResolution": "node",
"paths": {
"preact": ["."],
"preact/*": ["./*"]
},
"reactNamespace": "createElement",
"target": "es5"
},
"exclude": ["node_modules", "dist", "demo"]
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/repo3rd/preact.git
git@gitee.com:repo3rd/preact.git
repo3rd
preact
preact
master

搜索帮助