isomerpages / isomercms-backend

A static website builder and host for the Singapore Government
5 stars 1 forks source link

fix(tsconfig): ignore build files #822

Closed kishore03109 closed 1 year ago

kishore03109 commented 1 year ago

Problem

I keep getting this error that ts files will over ride build files.

Solution

Adding build dir to be excluded in this to prevent the errors, but I am not sure if this is the correct way to go about doing this.