I am working on a new track but each exercise its going to have at least 2 duplicated files which I rather have somewhere else for easier updating.
bobExample.ts
bob.test.ts
package.json // Same in every problem
tsconfig.json // Same in every problem
tslint.json // Same in every problem
Is there a way to have a folder which contents always gets included in each exercise?
I am working on a new track but each exercise its going to have at least 2 duplicated files which I rather have somewhere else for easier updating.
Is there a way to have a folder which contents always gets included in each exercise?