1 Star 0 Fork 0

gaiquanhe/recorder

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tsconfig.json 787 Bytes
一键复制 编辑 原始数据 按行查看 历史
涛走云散 提交于 2020-04-13 20:36 . 1.0.5 整理提交
{
"compilerOptions": {
"module": "commonjs",
"sourceMap": true,
"target": "es5",
"baseUrl": "./",
// "lib": ["es6", "dom"],
"jsx": "react",
// "allowJs": true,
"allowSyntheticDefaultImports": true
// "moduleResolution": "node",
// "rootDir": "src",
// "forceConsistentCasingInFileNames": true,
// "noImplicitReturns": true,
// "noImplicitThis": true,
// "noImplicitAny": true,
// "importHelpers": true,
// "strictNullChecks": true,
// "suppressImplicitAnyIndexErrors": true,
// "noUnusedLocals": true
},
"include": [
"src/**/*"
],
"exclude": [
"./node_modules",
"build",
"*.test.ts"
]
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/gaiquanhe/recorder.git
git@gitee.com:gaiquanhe/recorder.git
gaiquanhe
recorder
recorder
master

搜索帮助