diff options
| author | pany <[email protected]> | 2022-07-21 16:08:43 +0800 |
|---|---|---|
| committer | pany <[email protected]> | 2022-07-21 16:08:43 +0800 |
| commit | 97f47ef165b51d2dd00899a8d6b94e4552db9a24 (patch) | |
| tree | 5e1c8ee3ca37ab1d7f5b5ca5ea45755686b402e1 /tsconfig.json | |
| parent | 29a6ac416b464cf3725964a87fb01c5b74f9d435 (diff) | |
docs: 更新文档 & 链接
Diffstat (limited to 'tsconfig.json')
| -rw-r--r-- | tsconfig.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tsconfig.json b/tsconfig.json index 04dfb88..bd38c7b 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,7 +1,7 @@ { "compilerOptions": { "target": "esnext", - /** https://vitejs.cn/guide/features.html#typescript-compiler-options */ + /** https://cn.vitejs.dev/guide/features.html#typescript-compiler-options */ "useDefineForClassFields": true, "module": "esnext", "moduleResolution": "node", @@ -13,7 +13,7 @@ "allowSyntheticDefaultImports": true, "sourceMap": true, "resolveJsonModule": true, - /** https://vitejs.cn/guide/features.html#typescript-compiler-options */ + /** https://cn.vitejs.dev/guide/features.html#typescript-compiler-options */ "isolatedModules": true, "esModuleInterop": true, "lib": [ |
