mirror of
https://github.com/qier222/YesPlayMusic.git
synced 2024-11-29 03:48:20 +08:00
20 lines
408 B
JSON
20 lines
408 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ESNext",
|
|
"module": "ESNext",
|
|
"allowJs": true,
|
|
"skipLibCheck": true,
|
|
"skipDefaultLibCheck": true,
|
|
"esModuleInterop": true,
|
|
"moduleResolution": "Node",
|
|
"resolveJsonModule": true,
|
|
"strict": true,
|
|
"jsx": "react-jsx",
|
|
"baseUrl": "../",
|
|
"paths": {
|
|
"@/*": ["./*"]
|
|
}
|
|
},
|
|
"include": ["./**/*.ts", "../shared/**/*.ts"]
|
|
}
|