diff --git a/docs/tsconfig.json b/docs/tsconfig.json new file mode 100644 index 0000000..4e658be --- /dev/null +++ b/docs/tsconfig.json @@ -0,0 +1,11 @@ +{ + "compilerOptions": { + "target": "ESNext", + "module": "ESNext", + "moduleResolution": "bundler", + "strict": true, + "skipLibCheck": true, + "noEmit": true + }, + "include": [".vitepress/**/*.ts"] +}