Skip to content

Commit

Permalink
fix: change typeRoots
Browse files Browse the repository at this point in the history
  • Loading branch information
D-Sketon committed Apr 21, 2023
1 parent fe2dfca commit b13a92c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@
"allowJs": true,
"esModuleInterop": true,
"moduleResolution": "node",
"resolveJsonModule": true
"resolveJsonModule": true,
"typeRoots": ["node_modules","node_modules/@types"],
"types": ["theme-shokax-anime","lozad","jQuery","fancybox"]
},
"typeAcquisition": {
"enable": true
Expand Down

0 comments on commit b13a92c

Please sign in to comment.