Restructure your files and folders, since you only use these files in the backend they should be in that folder, all of the dictionary related files need to be in a separate nested folder.
├── src (backend)
├── dictionary
├── wordss
wordssetup.js
...
Restructure your files and folders, since you only use these files in the backend they should be in that folder, all of the dictionary related files need to be in a separate nested folder.