Skip to content

Commit

Permalink
Just change name @types -> types
Browse files Browse the repository at this point in the history
  • Loading branch information
fecapark committed Jun 11, 2022
1 parent b2d2d2f commit 50c3f4f
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"noUnusedParameters": true,
"noImplicitReturns": true,
"skipLibCheck": true,
"typeRoots": ["./node_modules/@types", "./@types"]
"typeRoots": ["./node_modules/types", "types"]
},
"include": ["src"]
}
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 50c3f4f

Please sign in to comment.