mirror of
https://github.com/tale/headplane.git
synced 2026-08-22 10:46:38 +00:00
docs: deploy stable and beta docs
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"include": [".vitepress/**/*"],
|
||||
"compilerOptions": {
|
||||
"module": "ESNext",
|
||||
"moduleResolution": "bundler",
|
||||
"target": "ES2022",
|
||||
"lib": ["DOM", "DOM.Iterable", "ES2023"],
|
||||
"noEmit": true,
|
||||
"strict": true,
|
||||
"skipLibCheck": true
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user