-
-
Notifications
You must be signed in to change notification settings - Fork 27.1k
Closed
Labels
Description
Above is the result of running yarn start
react-scripts v2.1.0
I use the following code so I can use absolute paths in my TypeScript files, but everytime I run the yarn
command, everything gets blown out, and I can't run my project
"baseUrl": "./",
"paths": {
"src/*": [
"src/*"
]
}
Is there a way or could there be a way to opt out of react-scripts
auto-generating the tsconfig?
luketanner and wyqydsyqluketanner