mirror of
https://github.com/TriM-Organization/LiteyukiBot-TriM.git
synced 2024-11-11 01:27:29 +08:00
15 lines
235 B
JSON
15 lines
235 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"module": "NodeNext",
|
||
|
"moduleResolution": "NodeNext",
|
||
|
"target": "ES2022"
|
||
|
},
|
||
|
"include": [
|
||
|
"docs/.vuepress/**/*.ts",
|
||
|
"docs/.vuepress/**/*.vue"
|
||
|
],
|
||
|
"exclude": [
|
||
|
"node_modules"
|
||
|
]
|
||
|
}
|