1 Star 0 Fork 0

jamesmsw / franz

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tsconfig.settings.json 542 Bytes
一键复制 编辑 原始数据 按行查看 历史
Stefan Malzner 提交于 2019-04-01 15:17 . Set target to es5
{
"compilerOptions": {
"baseUrl": ".",
"target": "es5",
"module": "commonjs",
"lib": [
"es2015",
"es2017",
"dom"
],
"jsx": "react",
"sourceMap": true,
"strict": true,
"allowSyntheticDefaultImports": true,
"experimentalDecorators": true,
"composite": true,
"esModuleInterop": true,
"typeRoots": ["packages/typings/types", "node_modules/@types"],
"paths": {
"@types/*": ["packages/typings/types/*.d.ts"],
"*": ["packages/typings/types/*.d.ts"]
}
}
}
JavaScript
1
https://gitee.com/sanshengshui/franz.git
git@gitee.com:sanshengshui/franz.git
sanshengshui
franz
franz
master

搜索帮助

53164aa7 5694891 3bd8fe86 5694891