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