mirror of
https://code.castopod.org/adaures/castopod
synced 2025-04-23 01:01:20 +00:00
17 lines
339 B
JSON
17 lines
339 B
JSON
![]() |
{
|
||
|
"compilerOptions": {
|
||
|
"outDir": "dist",
|
||
|
"target": "esnext",
|
||
|
"moduleResolution": "node",
|
||
|
"esModuleInterop": true,
|
||
|
"resolveJsonModule": true,
|
||
|
"allowJs": true,
|
||
|
"strict": true,
|
||
|
"baseUrl": ".",
|
||
|
"paths": {
|
||
|
"/@theme/*": [".vitepress/theme/*"]
|
||
|
}
|
||
|
},
|
||
|
"include": ["src/**/*", ".vitepress/**/*"]
|
||
|
}
|