mirror of
https://github.com/NeteaseCloudMusicApiEnhanced/api-enhanced.git
synced 2026-08-12 08:50:38 +00:00
22 lines
496 B
JSON
22 lines
496 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ES2015",
|
|
"module": "node16",
|
|
"experimentalDecorators": true,
|
|
"moduleResolution": "node16",
|
|
"lib": ["esnext", "esnext.asynciterable", "dom"],
|
|
"esModuleInterop": true,
|
|
"allowJs": true,
|
|
"sourceMap": true,
|
|
"strict": true,
|
|
"noEmit": true,
|
|
"baseUrl": ".",
|
|
"paths": {
|
|
"~/*": ["./*"],
|
|
"@/*": ["./*"],
|
|
"@neteasecloudmusicapienhanced/api": ["./interface.d.ts"]
|
|
}
|
|
},
|
|
"exclude": ["node_modules"]
|
|
}
|