Skip to content

Commit

Permalink
remove vitest type from tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
ad-astra-via committed Jul 17, 2024
1 parent 0c959bb commit fdc5b7f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@
// "paths": {}, /* Specify a set of entries that re-map imports to additional lookup locations. */
// "rootDirs": [], /* Allow multiple folders to be treated as one when resolving modules. */
// "typeRoots": [], /* Specify multiple folders that act like `./node_modules/@types`. */
"types": [
"vitest/globals"
] /* Specify type package names to be included without being referenced in a source file. */,
// "types": [
// "vitest/globals"
// ] /* Specify type package names to be included without being referenced in a source file. */,
// "allowUmdGlobalAccess": true, /* Allow accessing UMD globals from modules. */
"resolveJsonModule": true /* Enable importing .json files */,
// "noResolve": true, /* Disallow `import`s, `require`s or `<reference>`s from expanding the number of files TypeScript should add to a project. */
Expand Down

0 comments on commit fdc5b7f

Please sign in to comment.