You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I'm sorry if this seems like a stupid question but I'm trying to figure out how I create a global tsconfig, because the only way I know for tsconfig to work is by keeping the ts file in the same folder as tsconfig, but I have several ts files and each one is in different folders, which one do I need? create a tsconfig for each one or I would have to move all the ts files and leave them in a single folder.
Is there any way I can resolve it? I imagined that by placing tsconfig in the root folder of my project, tsconfig would work in all files.
The text was updated successfully, but these errors were encountered:
Hi, I'm sorry if this seems like a stupid question but I'm trying to figure out how I create a global tsconfig, because the only way I know for tsconfig to work is by keeping the ts file in the same folder as tsconfig, but I have several ts files and each one is in different folders, which one do I need? create a tsconfig for each one or I would have to move all the ts files and leave them in a single folder.
Is there any way I can resolve it? I imagined that by placing tsconfig in the root folder of my project, tsconfig would work in all files.
The text was updated successfully, but these errors were encountered: