15 lines
242 B
JSON
15 lines
242 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "esnext",
|
|
"module": "esnext",
|
|
"strict": true,
|
|
"jsx": "preserve",
|
|
"types": [
|
|
"vite/client"
|
|
],
|
|
"moduleResolution": "node"
|
|
},
|
|
"include": [
|
|
".vitepress/theme/**/*"
|
|
]
|
|
} |