1 Star 0 Fork 0

lemoncheng / lx-music-sync-server

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tsconfig.json 936 Bytes
一键复制 编辑 原始数据 按行查看 历史
lyswhut 提交于 2023-08-28 13:44 . 修改同步逻辑
{
// https://github.com/tsconfig/bases#node-16-tsconfigjson
"extends": "@tsconfig/node16/tsconfig.json",
// Most ts-node options can be specified here using their programmatic names.
"ts-node": {
// It is faster to skip typechecking.
// Remove if you want ts-node to do typechecking.
"transpileOnly": true,
"files": true,
"compilerOptions": {
// compilerOptions specified here will override those declared below,
// but *only* in ts-node. Useful if you want ts-node and tsc to use
// different options with a single tsconfig.json.
}
},
"compilerOptions": {
"module": "NodeNext",
"moduleResolution": "NodeNext",
// typescript options here
"allowJs": true,
"rootDir": "./src",
"outDir": "./server",
"noImplicitReturns": false,
"baseUrl": "./src",
"paths": {
"@/*": ["./*"],
},
},
"include": ["src"],
"exclude": ["node_modules"]
}
1
https://gitee.com/lemoncheng/lx-music-sync-server.git
git@gitee.com:lemoncheng/lx-music-sync-server.git
lemoncheng
lx-music-sync-server
lx-music-sync-server
master

搜索帮助

53164aa7 5694891 3bd8fe86 5694891