diff options
| author | pany <[email protected]> | 2022-07-01 16:25:51 +0800 |
|---|---|---|
| committer | pany <[email protected]> | 2022-07-01 16:25:51 +0800 |
| commit | f4dc67c4ecc9968b2ed68f09d7cb914aea624a2d (patch) | |
| tree | 7aab090e62a046d9ec36d1655c238576b0cd9e62 /tsconfig.json | |
| parent | 8378cb501f8413fb60d0cc3c980475edf56ff638 (diff) | |
docs: 优化文档和注释中的单词大小写和语义v3.1.10
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 43628a3..04dfb88 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -5,7 +5,7 @@ "useDefineForClassFields": true, "module": "esnext", "moduleResolution": "node", - /** ts 严格模式 */ + /** TS 严格模式 */ "strict": true, "jsx": "preserve", "importHelpers": true, @@ -24,7 +24,7 @@ "types": [ "node", "vite/client", - /** element-plus 的 volar 插件支持 */ + /** Element-Plus 的 Volar 插件支持 */ "element-plus/global" ], /** baseUrl 用来告诉编译器到哪里去查找模块,使用非相对模块时必须配置此项 */ |
