mirror of
https://github.com/qier222/YesPlayMusic.git
synced 2025-02-01 14:59:47 +08:00
21 lines
431 B
JSON
21 lines
431 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"]
|
|
}
|