mirror of
https://github.com/fmhy/edit.git
synced 2026-01-18 01:41:52 +11:00
7 lines
143 B
JSON
7 lines
143 B
JSON
{
|
|
"extends": "./.nitro/types/tsconfig.json",
|
|
"compilerOptions": {
|
|
"verbatimModuleSyntax": true,
|
|
},
|
|
"include": ["./.vitepress/"],
|
|
}
|