1 Star 0 Fork 0

云起云变 / wp-calypso

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tsconfig.json 1011 Bytes
一键复制 编辑 原始数据 按行查看 历史
{
"compilerOptions": {
// Target latest version of ECMAScript.
"target": "esnext",
// Search under node_modules for non-relative imports.
"moduleResolution": "node",
// Process & infer types from .js files.
"allowJs": true,
"jsx": "react",
// Don't emit; allow Babel to transform files.
"noEmit": true,
// Enable strictest settings like strictNullChecks & noImplicitAny.
"strict": true,
// Disallow features that require cross-file information for emit.
"isolatedModules": true,
// Import non-ES modules as default imports.
"esModuleInterop": true,
"skipLibCheck": true,
"module": "es2015",
"baseUrl": ".",
"paths": {
"*": [ "*", "client/*", "server/*" ]
}
},
"include": [ "client", "server" ],
"exclude": [
"public",
"node_modules",
"**/node_modules/*",
"build",
"**/build/*",
"**/build-module/*",
"**/build-style/*",
"**/dist/*",
"cached-results.json",
"stats.json",
"server/bundlers/assets-*.json",
"server/devdocs/search-index.js"
]
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/neequ_admin/wp-calypso.git
git@gitee.com:neequ_admin/wp-calypso.git
neequ_admin
wp-calypso
wp-calypso
master

搜索帮助

344bd9b3 5694891 D2dac590 5694891