Skip to content

Commit

Permalink
Adjust tsconfig for vue3
Browse files Browse the repository at this point in the history
  • Loading branch information
dannon committed Nov 9, 2023
1 parent 512fe5c commit 478c0f5
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions client/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"extends": "@vue/tsconfig/tsconfig.json",
"extends": "@vue/tsconfig/tsconfig.dom.json",
"compilerOptions": {
"target": "es2016",
"module": "es2020",
Expand Down Expand Up @@ -31,8 +31,5 @@
// See more at https://github.com/vuejs/tsconfig#migrating-from-typescript--50
"resolvePackageJsonExports": false
},
"vueCompilerOptions": {
"target": 2.7
},
"include": ["./types/*.d.ts", "./src/**/*.ts", "./src/**/*.tsx", "./src/**/*.vue", "./tests/**/*.ts"]
}

0 comments on commit 478c0f5

Please sign in to comment.