1
0
forked from bot/app
LiteyukiBot/docs/tsconfig.json

16 lines
271 B
JSON
Raw Normal View History

2024-04-07 03:24:37 +08:00
{
2024-03-28 11:10:01 +08:00
"compilerOptions": {
"module": "NodeNext",
"moduleResolution": "NodeNext",
2024-04-20 04:10:20 +08:00
"target": "ES2022",
"allowSyntheticDefaultImports": true
2024-03-28 11:10:01 +08:00
},
"include": [
"./.vuepress/**/*.ts",
"./.vuepress/**/*.vue"
],
"exclude": [
"node_modules"
]
}