Some checks failed
部署文档 / build (push) Failing after 2s
Thanks to the following contributors: - @snowykami - @frg2089 - Nya_Twisuki
17 lines
265 B
JSON
17 lines
265 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "NodeNext",
|
|
"moduleResolution": "NodeNext",
|
|
"target": "ES2022",
|
|
"resolveJsonModule": true
|
|
},
|
|
"include": [
|
|
"vuepress.*.ts",
|
|
"src/**/*.ts",
|
|
"src/**/*.vue"
|
|
],
|
|
"exclude": [
|
|
"node_modules"
|
|
]
|
|
}
|