2023-11-12 16:42:57 +00:00
|
|
|
{
|
|
|
|
"extends": "./.nitro/types/tsconfig.json",
|
|
|
|
"compilerOptions": {
|
2024-01-25 16:32:45 +00:00
|
|
|
"verbatimModuleSyntax": true
|
2024-01-24 07:53:57 +00:00
|
|
|
},
|
2024-01-25 16:32:45 +00:00
|
|
|
"include": ["./.vitepress/"]
|
2023-11-12 16:42:57 +00:00
|
|
|
}
|