2 Star 10 Fork 1

Rick/blueocean-plugin

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
tsconfig.json 573 Bytes
一键复制 编辑 原始数据 按行查看 历史
Ivan Meredith 提交于 2018-03-26 16:17 +08:00 . Typescript support (#1692)
{
"compilerOptions": {
"outDir": "build",
"module": "commonjs",
"moduleResolution": "node",
"target": "es5",
"jsx": "react",
"allowJs": false,
"allowSyntheticDefaultImports": true,
"experimentalDecorators": true,
"forceConsistentCasingInFileNames": true,
"noImplicitReturns": true,
"noImplicitThis": true,
"strictNullChecks": true,
"suppressImplicitAnyIndexErrors": true,
"noUnusedLocals": true,
"types": [
"bluebird-global"
],
"lib": [
"dom",
"es2018"
]
},
"exclude": [
"target",
"**/*.jsx"
]
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/linuxsuren/blueocean-plugin.git
git@gitee.com:linuxsuren/blueocean-plugin.git
linuxsuren
blueocean-plugin
blueocean-plugin
master

搜索帮助