mirror of
https://github.com/LiteyukiStudio/LiteyukiBot.git
synced 2024-11-11 07:37:24 +08:00
15 lines
229 B
JSON
15 lines
229 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"module": "NodeNext",
|
||
|
"moduleResolution": "NodeNext",
|
||
|
"target": "ES2022"
|
||
|
},
|
||
|
"include": [
|
||
|
"./.vuepress/**/*.ts",
|
||
|
"./.vuepress/**/*.vue"
|
||
|
],
|
||
|
"exclude": [
|
||
|
"node_modules"
|
||
|
]
|
||
|
}
|