79474785

Date: 2025-02-28 07:31:58
Score: 1
Natty:
Report link

For those using JavaScript, you need to create a jsconfig.json file in the root of your project and paste the following code:

{

"compilerOptions": { // ... "baseUrl": ".", "paths": { "@/": [ "./src/" ] } // ... } }

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Alden Joy