mirror of
https://github.com/tale/headplane.git
synced 2026-07-26 15:58:14 +00:00
13 lines
259 B
JSON
13 lines
259 B
JSON
{
|
|
"include": [".vitepress/**/*"],
|
|
"compilerOptions": {
|
|
"module": "ESNext",
|
|
"moduleResolution": "bundler",
|
|
"target": "ES2022",
|
|
"lib": ["DOM", "DOM.Iterable", "ES2023"],
|
|
"noEmit": true,
|
|
"strict": true,
|
|
"skipLibCheck": true
|
|
}
|
|
}
|