The problem is that when i try to run yarn start then says the error
yarn run v1.22.5$ react-app-rewired start
internal/modules/cjs/loader.js:1052
throw err;
^
SyntaxError: /Users/dariocoronel/Desktop/practices/Gostack/javascript/repo/frontend/front/jsconfig.json: Unexpected token } in JSON at position 85
at parse (<anonymous>)
at Object.Module._extensions..json (internal/modules/cjs/loader.js:1049:22)
at Module.load (internal/modules/cjs/loader.js:879:32)
at Function.Module._load (internal/modules/cjs/loader.js:724:14)
at Module.require (internal/modules/cjs/loader.js:903:19)
at require (internal/modules/cjs/helpers.js:74:18)
at getModules (/Users/dariocoronel/Desktop/practices/Gostack/javascript/repo/frontend/front/node_modules/react-scripts/config/modules.js:126:14)
at Object.<anonymous> (/Users/dariocoronel/Desktop/practices/Gostack/javascript/repo/frontend/front/node_modules/react-scripts/config/modules.js:142:18)
at Module._compile (internal/modules/cjs/loader.js:1015:30)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:1035:10)
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
but when i delete my jsconfig.json then all run without problem, then i create again my jsconfig inside my project and put all my configurations, and i make a change in anyfile and when restart automaticly says no error restar without problem and run all that i changed but if i restart the server says the error again, i don want to do this always what i doing wrong ? here my code
{ "compilerOptions": {
"baseUrl": "src",
"paths": {
"~/*":["*"],
}
}
}
so i leave here somes prints to be more clear