11 lines
249 B
JSON
11 lines
249 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "esnext",
|
|
"module": "NodeNext",
|
|
"moduleResolution": "NodeNext",
|
|
"resolveJsonModule": true,
|
|
"allowSyntheticDefaultImports": true
|
|
},
|
|
"include": ["src/.vitepress/config.mts", "package.json"]
|
|
}
|