1 Star 1 Fork 0

Bytedance Inc./mona

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
tsconfig.base.json 724 Bytes
一键复制 编辑 原始数据 按行查看 历史
fengbo 提交于 2022-02-10 16:19 . chore: tsconfig exlude
{
"compilerOptions": {
"module": "ESNext",
"target": "es5",
"strict": true,
"moduleResolution": "node",
"esModuleInterop": true,
"resolveJsonModule": true,
"allowSyntheticDefaultImports": true,
"noUnusedLocals": true,
"noUnusedParameters": true,
"forceConsistentCasingInFileNames": true,
"noImplicitReturns": true,
"noFallthroughCasesInSwitch": true,
"skipLibCheck": true,
"pretty": true,
"sourceMap": true,
"jsx": "react",
"declaration": true,
"allowJs": true,
"paths": {
"@/*": [
"src/*"
]
}
},
"exclude": [
"**/__tests__",
"**/*.test.ts",
"**/*.spec.ts",
"**/*.test.tsx",
"**/*.spec.tsx"
]
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/ByteDance/mona.git
[email protected]:ByteDance/mona.git
ByteDance
mona
mona
main

搜索帮助

0d507c66 1850385 C8b1a773 1850385