You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
463 B
JSON
20 lines
463 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ESNext",
|
|
"module": "ESNext",
|
|
"moduleResolution": "Node",
|
|
"allowSyntheticDefaultImports": true,
|
|
"resolveJsonModule": true,
|
|
"types": [
|
|
"vite/client",
|
|
"@types/gtag.js"
|
|
],
|
|
"paths": {
|
|
"@/*": ["./.vitepress/*"]
|
|
}
|
|
},
|
|
"include": [
|
|
".vitepress/theme/**/*",
|
|
"node_modules/vitepress/dist/client/theme-default/components/**/*.vue"
|
|
]
|
|
} |