Skip to content

Commit

Permalink
chore: Add comment reminding devs to install the submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
benjl authored and Gocnak committed Jan 26, 2024
1 parent 7e05a5a commit b13508c
Showing 1 changed file 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 @@ -11,7 +11,7 @@
"strict": true,
"noImplicitAny": false,
"typeRoots": ["./scripts/types/"],
"types": ["momentum"]
"types": ["momentum"] // If you error here, you don't have the submodule installed! (git submodule update --init --recursive)
},
"include": ["scripts/"],
"exclude": ["*.d.ts"]
Expand Down

0 comments on commit b13508c

Please sign in to comment.