52 Star 1.1K Fork 393

daidai / IofTV-Screen

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
jsconfig.json 399 Bytes
一键复制 编辑 原始数据 按行查看 历史
daidai 提交于 2022-09-09 16:45 . feat: 增加jsconfig.json
{
"compilerOptions": {
"baseUrl": ".",
"paths": {
// 解决项目中使用@作为路径别名,导致vscode无法跳转文件的问题
"@/*": ["src/*"]
},
// 解决prettier对于装饰器语法的警告
"experimentalDecorators": true,
},
//提高 IDE 性能
"exclude": ["node_modules", "dist", "build"]
}
JavaScript
1
https://gitee.com/daidaibg/IofTV-Screen.git
git@gitee.com:daidaibg/IofTV-Screen.git
daidaibg
IofTV-Screen
IofTV-Screen
main

搜索帮助

53164aa7 5694891 3bd8fe86 5694891