Skip to content

Commit

Permalink
fix: json lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Virtute90 committed May 3, 2024
1 parent e9014b3 commit 927df34
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 @@ -33,7 +33,7 @@
// "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": ["./node_modules/@types"] /* Specify multiple folders that act like './node_modules/@types'. */,
//"types": [] /* Specify type package names to be included without being referenced in a source file. */,
"types": ["@testing-library/jest-dom", "node"] /* Specify type package names to be included without being referenced in a source file. */,
// "allowUmdGlobalAccess": true, /* Allow accessing UMD globals from modules. */
// "moduleSuffixes": [], /* List of file name suffixes to search when resolving a module. */
// "resolveJsonModule": true, /* Enable importing .json files. */
Expand Down Expand Up @@ -100,6 +100,5 @@
/* Completeness */
// "skipDefaultLibCheck": true, /* Skip type checking .d.ts files that are included with TypeScript. */
"skipLibCheck": true /* Skip type checking all .d.ts files. */
"types": ["@testing-library/jest-dom", "node"]
}
}

0 comments on commit 927df34

Please sign in to comment.