Skip to content

Commit

Permalink
perf: esnext
Browse files Browse the repository at this point in the history
  • Loading branch information
lisonge committed Mar 26, 2024
1 parent fb1292d commit edc3b45
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion tsconfig.app.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,11 @@
"compilerOptions": {
"composite": true,
"tsBuildInfoFile": "./node_modules/.tmp/tsconfig.app.tsbuildinfo",

"lib": [
"ESNext",
"DOM",
"DOM.Iterable"
],
"baseUrl": ".",
"paths": {
"@/*": ["./src/*"]
Expand Down

0 comments on commit edc3b45

Please sign in to comment.