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