Ai
1 Star 0 Fork 0

平淡0生活/WebSSH-java-React-Console

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
tsconfig.json 1.05 KB
一键复制 编辑 原始数据 按行查看 历史
lk 提交于 2020-11-20 15:55 +08:00 . 初始化项目
{
"extends": "./tsconfig.paths.json",
"compilerOptions": {
"baseUrl": "./",
"outDir": "build/dist",
"target": "es5",
"experimentalDecorators": true,
"module": "esnext",
"lib": [
"es6",
"dom",
"dom.iterable",
"esnext"
],
"sourceMap": false,
"removeComments": true,
"allowJs": true,
"jsx": "react",
"moduleResolution": "node",
"skipLibCheck": true,
"esModuleInterop": true,
"strict": true,
"forceConsistentCasingInFileNames": false,
"resolveJsonModule": true,
"isolatedModules": true,
"noEmit": true,
"noImplicitReturns": true,
"noImplicitThis": true,
"noImplicitAny": true,
"noUnusedLocals": true,
"importHelpers": false,
"strictNullChecks": true,
"suppressImplicitAnyIndexErrors": true,
"allowSyntheticDefaultImports": true
},
"include": [
"src",
"packages",
"packcoms"
],
"exclude": [
"node_modules",
"build",
"scripts",
"acceptance-tests",
"webpack",
"jest",
"src/setupTests.ts"
]
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/codeManJiabing/web-ssh-java-react-console.git
git@gitee.com:codeManJiabing/web-ssh-java-react-console.git
codeManJiabing
web-ssh-java-react-console
WebSSH-java-React-Console
master

搜索帮助