12 Star 81 Fork 1

zhushenwudi / LoveLiveMusicPlayer

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tsconfig.json 765 Bytes
一键复制 编辑 原始数据 按行查看 历史
zhushenwudi 提交于 2022-10-30 13:48 . 降级flac-binding,打包1.3.8
{
"compilerOptions": {
"experimentalDecorators": true,
"target": "ES2018",
"module": "CommonJS",
"lib": [
"dom",
"esnext"
],
"declaration": true,
"declarationMap": true,
"noEmit": false,
"jsx": "react",
"strict": true,
"pretty": true,
"sourceMap": true,
"baseUrl": "./src",
/* Additional Checks */
"noUnusedLocals": true,
"noUnusedParameters": true,
"noImplicitReturns": true,
"noFallthroughCasesInSwitch": true,
/* Module Resolution Options */
"moduleResolution": "node",
"esModuleInterop": true,
"allowSyntheticDefaultImports": true,
"resolveJsonModule": true,
"allowJs": true
},
"exclude": ["test", "build/release", "build/app/dist", ".erb/dll"]
}
1
https://gitee.com/zhushenwudi/love-live-music-player.git
git@gitee.com:zhushenwudi/love-live-music-player.git
zhushenwudi
love-live-music-player
LoveLiveMusicPlayer
master

搜索帮助