Files
Archive/yesplaymusic/jsconfig.json
2024-03-05 02:32:38 -08:00

16 lines
295 B
JSON

{
// 支持 @ 的别名解析
"compilerOptions": {
"baseUrl": ".",
"paths": {
"@/*": ["src/*"]
},
"target": "ES6",
"module": "commonjs",
"allowSyntheticDefaultImports": true,
"jsx": "preserve"
},
"include": ["src/**/*"],
"exclude": ["node_modules"]
}