diff --git a/docs/components/StatsBar.vue b/docs/components/StatsBar.vue index 624e8c07..06e7927c 100644 --- a/docs/components/StatsBar.vue +++ b/docs/components/StatsBar.vue @@ -1,5 +1,5 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/docs/tsconfig.json b/docs/tsconfig.json new file mode 100644 index 00000000..f912f254 --- /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 diff --git a/docs/zh/index.md b/docs/zh/index.md index 0017920b..bcbc269c 100644 --- a/docs/zh/index.md +++ b/docs/zh/index.md @@ -60,7 +60,8 @@ features: link: https://github.com/LiteyukiStudio/LiteyukiStudioOpensourceLICENSE --- + - +