LiteyukiBot/docs/tsconfig.json

16 lines
271 B
JSON
Raw Normal View History

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