1 Star 0 Fork 12

root / balloonfish

forked from 解老师 / balloonfish 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tsconfig.json 475 Bytes
一键复制 编辑 原始数据 按行查看 历史
解老师 提交于 2021-09-09 18:02 . 升级electron
{
"compilerOptions": {
"target": "ESNext",
"module": "ESNext",
"moduleResolution": "node",
"importHelpers": true,
"jsx": "preserve",
"esModuleInterop": true,
"resolveJsonModule": true,
"sourceMap": true,
"baseUrl": "./",
"strict": true,
"paths": {
"@root/*": ["./*"],
"@/*": ["src/*"]
},
"allowSyntheticDefaultImports": true
},
"ts-node": {
"compilerOptions": {
"module": "CommonJS"
}
}
}
JavaScript
1
https://gitee.com/wjbjwang/balloonfish.git
git@gitee.com:wjbjwang/balloonfish.git
wjbjwang
balloonfish
balloonfish
master

搜索帮助