1 Star 0 Fork 0

xhua / wp-calypso

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
jsconfig.json 487 Bytes
一键复制 编辑 原始数据 按行查看 历史
{
"compilerOptions": {
"jsx": "react",
"allowSyntheticDefaultImports": true,
"module": "commonjs",
"target": "ES6",
"baseUrl": ".",
"paths": {
"*": [ "test/*", "client/*" ]
}
},
"exclude": [
"public",
"node_modules",
"**/node_modules/*",
"build",
"**/build/*",
"**/build-module/*",
"**/build-style/*",
"**/dist/*",
"cached-results.json",
"client/stats.json",
"client/server/bundler/assets-*.json",
"client/server/devdocs/search-index.js"
]
}
1
https://gitee.com/xhua/wp-calypso.git
git@gitee.com:xhua/wp-calypso.git
xhua
wp-calypso
wp-calypso
master

搜索帮助