summaryrefslogtreecommitdiff
path: root/docs/tsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'docs/tsconfig.json')
-rw-r--r--docs/tsconfig.json12
1 files changed, 0 insertions, 12 deletions
diff --git a/docs/tsconfig.json b/docs/tsconfig.json
deleted file mode 100644
index 5f61eef..0000000
--- a/docs/tsconfig.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
- "compilerOptions": {
- "target": "ESNext",
- "module": "ESNext",
- "moduleResolution": "Bundler",
- "lib": ["ESNext", "DOM", "DOM.Iterable"],
- "strict": true,
- "jsx": "preserve",
- "skipLibCheck": true
- },
- "include": [".vitepress/**/*.ts", ".vitepress/**/*.mts", ".vitepress/**/*.vue"]
-}