In Raven im having problem with baseUrl

so i was trying to schedule a message for user, and in tsconfig.json it giving me this error on “baseUrl”: “.”,

I didn’t change any code, in my other site the same file is there but this one only giving me this error.

To resolve this I also tried “ignoreDeprecations”: “6.0” and 7.0 also but still not able to resolve this.

Can anyone tell me why is that ?