mirror of
https://github.com/oneclickvirt/oneclickvirt.github.io.git
synced 2026-05-07 13:48:25 +08:00
17 lines
303 B
JSON
17 lines
303 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ES2020",
|
|
"module": "ESNext",
|
|
"moduleResolution": "bundler",
|
|
"strict": true,
|
|
"skipLibCheck": true
|
|
},
|
|
"include": [
|
|
"docs/**/*.ts",
|
|
"docs/**/*.vue",
|
|
"docs/env.d.ts",
|
|
"docs/.vitepress/**/*.ts",
|
|
"docs/.vitepress/**/*.vue"
|
|
]
|
|
}
|