summaryrefslogtreecommitdiff
path: root/tsconfig.json
diff options
context:
space:
mode:
authorpany <[email protected]>2022-07-21 16:08:43 +0800
committerpany <[email protected]>2022-07-21 16:08:43 +0800
commit97f47ef165b51d2dd00899a8d6b94e4552db9a24 (patch)
tree5e1c8ee3ca37ab1d7f5b5ca5ea45755686b402e1 /tsconfig.json
parent29a6ac416b464cf3725964a87fb01c5b74f9d435 (diff)
docs: 更新文档 & 链接
Diffstat (limited to 'tsconfig.json')
-rw-r--r--tsconfig.json4
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": [