Skip to content

Commit

Permalink
update typescript and vue language servers
Browse files Browse the repository at this point in the history
  • Loading branch information
preaction committed May 27, 2024
1 parent bc6f49f commit 9f72c55
Show file tree
Hide file tree
Showing 3 changed files with 1,911 additions and 123 deletions.
3 changes: 2 additions & 1 deletion editor/tsconfig.app.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
"sourceMap": true,
"strict": true,
"allowSyntheticDefaultImports": true,
"skipLibCheck": true
"skipLibCheck": true,
"verbatimModuleSyntax": true
},
"include": [
"src/env.d.ts",
Expand Down
Loading

0 comments on commit 9f72c55

Please sign in to comment.