16 lines
278 B
JSON
16 lines
278 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "esnext",
|
|
"module": "esnext",
|
|
"strict": true,
|
|
"jsx": "preserve",
|
|
"types": [
|
|
"vite/client"
|
|
],
|
|
"moduleResolution": "bundler",
|
|
"ignoreDeprecations": "6.0"
|
|
},
|
|
"include": [
|
|
".vitepress/theme/**/*"
|
|
]
|
|
} |