Skip to content

Commit

Permalink
remove superfluous types addition
Browse files Browse the repository at this point in the history
  • Loading branch information
warm-coolguy committed Feb 4, 2025
1 parent 03a9a8a commit ff61abd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
"sourceMap": true,
"isolatedModules": true,
"lib": ["esnext", "dom", "dom.iterable", "scripthost"],
"typeRoots": ["node_modules/@types", "@types"],
"types": ["vue-shims", "jest"]
"typeRoots": ["node_modules/@types", "@types"]
}
}

0 comments on commit ff61abd

Please sign in to comment.