10 Star 53 Fork 0

cncasc / sonar-wordcheck-plugin

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tsconfig.json 424 Bytes
一键复制 编辑 原始数据 按行查看 历史
seanw 提交于 2020-07-17 16:18 . 1.0
{
"compilerOptions": {
"allowJs": true,
"checkJs": false,
"noUnusedLocals": true,
"noUnusedParameters": true,
"noImplicitAny": true,
"strict": true,
"strictFunctionTypes": false,
"target": "es2018",
"jsx": "react",
"lib": ["es2017", "dom"],
"module": "esnext",
"moduleResolution": "node",
"sourceMap": true,
"baseUrl": "."
},
"include": ["./src/main/js/**/*"]
}
Java
1
https://gitee.com/cncasc/sonar-wordcheck-plugin.git
git@gitee.com:cncasc/sonar-wordcheck-plugin.git
cncasc
sonar-wordcheck-plugin
sonar-wordcheck-plugin
master

搜索帮助