Currently I have a project with structure
...
└───folder1
│ │ file011.js
│ │ file012.js
│ └───...
└───folder2
│ │ file021.js
│ └───file022.js
│
└─── files...
I tried to include a type.d.ts
to the root, then tried putting it in a typings folder but none worked.
How do I enable typing for my case ? There is no folder with name src