summaryrefslogtreecommitdiff
path: root/docs/tsconfig.json
diff options
context:
space:
mode:
authorSho Sakuma <me@m1sk9.dev>2026-04-05 01:45:01 +0900
committerGitHub <noreply@github.com>2026-04-05 01:45:01 +0900
commit579ca7f5bf01187e1f758cadfb4eda652fd5a4c3 (patch)
treec008f240e02aa828ad47728e671232e687f4b911 /docs/tsconfig.json
parentbd92ba60d39b4956a580cc56b83ecf55dd348aea (diff)
parent9146547efae71efa1d67a48e20ae4271785847e9 (diff)
downloadLunaticChat-1.0.0.tar.gz
LunaticChat-1.0.0.tar.bz2
LunaticChat-1.0.0.zip
Merge pull request #167 from m1sk9/docs/Update-v1-docsv1.0.0
docs: Update v1 Document
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"]
-}