mirror of
https://github.com/qier222/YesPlayMusic.git
synced 2025-02-17 06:52:44 +08:00
38 lines
726 B
JSON
38 lines
726 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ESNext",
|
|
"useDefineForClassFields": true,
|
|
"lib": [
|
|
"DOM",
|
|
"DOM.Iterable",
|
|
"ESNext"
|
|
],
|
|
"allowJs": false,
|
|
"skipLibCheck": true,
|
|
"esModuleInterop": false,
|
|
"allowSyntheticDefaultImports": true,
|
|
"strict": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"module": "ESNext",
|
|
"moduleResolution": "Node",
|
|
"resolveJsonModule": true,
|
|
"isolatedModules": true,
|
|
"noEmit": true,
|
|
"jsx": "react-jsx",
|
|
"baseUrl": "../",
|
|
"paths": {
|
|
"@/*": [
|
|
"./*"
|
|
]
|
|
},
|
|
"types": [
|
|
"vite-plugin-svg-icons/client"
|
|
]
|
|
},
|
|
"include": [
|
|
"./**/*.ts",
|
|
"./**/*.tsx",
|
|
"../shared/**/*.ts"
|
|
]
|
|
}
|