1 Star 11 Fork 0

村口搬运工 / music-player

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tsconfig.json 685 Bytes
一键复制 编辑 原始数据 按行查看 历史
村口搬运工 提交于 2024-01-24 11:29 . init
{
"compilerOptions": {
"experimentalDecorators": true,
"emitDecoratorMetadata": true,
"target": "esnext",
"useDefineForClassFields": true,
"module": "esnext",
"moduleResolution": "node",
"strict": true,
"jsx": "preserve",
"sourceMap": true,
"resolveJsonModule": true,
"esModuleInterop": true,
"types": [
"vite/client"
],
"lib": [
"esnext",
"dom"
],
"baseUrl": ".",
"paths": {
"@/*": [
"src/*"
]
}
},
"include": [
"src/**/*.ts",
"src/**/*.d.ts",
"src/**/*.tsx",
"src/**/*.vue"
],
"references": [
{
"path": "./tsconfig.node.json"
}
]
}
1
https://gitee.com/songwang-cn/music-player.git
git@gitee.com:songwang-cn/music-player.git
songwang-cn
music-player
music-player
master

搜索帮助