From ca1ec12725c32b0173692e01259570966da8a9a6 Mon Sep 17 00:00:00 2001 From: Li Jin Date: Tue, 3 Feb 2026 21:09:44 +0800 Subject: Updated docs. --- doc/tsconfig.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 doc/tsconfig.json (limited to 'doc/tsconfig.json') diff --git a/doc/tsconfig.json b/doc/tsconfig.json new file mode 100644 index 0000000..e8b48d8 --- /dev/null +++ b/doc/tsconfig.json @@ -0,0 +1,18 @@ +{ + "compilerOptions": { + "target": "ES2020", + "module": "ESNext", + "moduleResolution": "Bundler", + "lib": ["ES2020", "DOM", "DOM.Iterable"], + "jsx": "preserve", + "types": ["vitepress/client"], + "skipLibCheck": true, + "noEmit": true + }, + "include": [ + "docs/.vitepress/**/*.ts", + "docs/.vitepress/**/*.mts", + "docs/.vitepress/**/*.vue", + "docs/.vitepress/env.d.ts" + ] +} -- cgit v1.2.3-55-g6feb