Skip to content

Commit

Permalink
chore: updates tsconfig.app.json
Browse files Browse the repository at this point in the history
Signed-off-by: Pedro Lamas <[email protected]>
  • Loading branch information
pedrolamas committed Aug 8, 2023
1 parent ee6579b commit 36a6e9a
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions tsconfig.app.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,20 @@
"src/**/__tests__/*"
],
"compilerOptions": {
"lib": [
// Target ES2020 to align with Vite.
// <https://vitejs.dev/config/build-options.html#build-target>
// Support for newer versions of language built-ins are
// left for the users to include, because that would require:
// - either the project doesn't need to support older versions of browsers;
// - or the project has properly included the necessary polyfills.
"ES2020",

"DOM",
"DOM.Iterable"

// No `ScriptHost` because Vue 3 dropped support for IE
],
"composite": true,
"baseUrl": ".",
"paths": {
Expand Down

0 comments on commit 36a6e9a

Please sign in to comment.