diff options
| author | pany <[email protected]> | 2023-12-29 18:57:54 +0800 |
|---|---|---|
| committer | pany <[email protected]> | 2023-12-29 18:57:54 +0800 |
| commit | 4d3d4e1057aee4dde50c4f4a9690e616913b20b8 (patch) | |
| tree | 00a777cccc854f77925ebf24cc68bef38c7fd61e /tsconfig.json | |
| parent | 9fb0b9b51a6eac9c658765cdc94f872987b0ef7b (diff) | |
chore: update vue 3.4
Diffstat (limited to 'tsconfig.json')
| -rw-r--r-- | tsconfig.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tsconfig.json b/tsconfig.json index 3167d61..c28f2fc 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -8,6 +8,7 @@ /** TS 严格模式 */ "strict": true, "jsx": "preserve", + "jsxImportSource": "vue", "importHelpers": true, "experimentalDecorators": true, "allowSyntheticDefaultImports": true, |
