mirror of
https://github.com/putyy/res-downloader.git
synced 2026-01-12 22:34:56 +08:00
12 lines
192 B
JSON
12 lines
192 B
JSON
{
|
|
"compilerOptions": {
|
|
"composite": true,
|
|
"module": "ESNext",
|
|
"moduleResolution": "Node",
|
|
"allowSyntheticDefaultImports": true
|
|
},
|
|
"include": [
|
|
"vite.config.ts"
|
|
]
|
|
}
|