mirror of
https://github.com/qier222/YesPlayMusic.git
synced 2024-11-23 01:15:49 +08:00
30 lines
553 B
JSON
30 lines
553 B
JSON
{
|
|
"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"
|
|
]
|
|
} |