forked from bot/app
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"
|
|
]
|
|
}
|