diff --git a/docs/package.json b/docs/package.json index 716be997..73a1c9dd 100644 --- a/docs/package.json +++ b/docs/package.json @@ -10,6 +10,7 @@ }, "type": "module", "dependencies": { - "clipboard": "^2.0.11" + "clipboard": "^2.0.11", + "vue": "^3.4.38" } } \ No newline at end of file diff --git a/docs/tsconfig.json b/docs/tsconfig.json new file mode 100644 index 00000000..95259167 --- /dev/null +++ b/docs/tsconfig.json @@ -0,0 +1,15 @@ +{ + "compilerOptions": { + "target": "es6", + "module": "commonjs", + "esModuleInterop": true, + "skipLibCheck": true, + "forceConsistentCasingInFileNames": true + }, + "include": [ + "components/**/*.ts", + ], + "exclude": [ + "node_modules" + ] +} \ No newline at end of file