1 Star 0 Fork 13

李宪宇/NeteaseCloudMusicApi

Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
文件
Clone or Download
tsconfig.json 553 Bytes
Copy Edit Raw Blame History
a632079 authored 2020-09-03 08:57 . dev: suppoprt typescript
{
"compilerOptions": {
"target": "ES2015",
"module": "commonjs",
"experimentalDecorators": true,
"moduleResolution": "node",
"lib": [
"esnext",
"esnext.asynciterable",
"dom"
],
"esModuleInterop": true,
"allowJs": true,
"sourceMap": true,
"strict": true,
"noEmit": true,
"baseUrl": ".",
"paths": {
"~/*": [
"./*"
],
"@/*": [
"./*"
]
},
},
"exclude": [
"node_modules"
]
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/li-xianyu/NeteaseCloudMusicApi.git
git@gitee.com:li-xianyu/NeteaseCloudMusicApi.git
li-xianyu
NeteaseCloudMusicApi
NeteaseCloudMusicApi
master

Search