We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Not Sure
It removes baseUrl and paths automatically from my project.
{ "compilerOptions": { "outDir": "build/dist", "module": "esnext", "target": "es5", "lib": ["es6", "dom"], "sourceMap": true, "allowJs": true, "jsx": "react", "moduleResolution": "node", "rootDir": "src", "forceConsistentCasingInFileNames": true, "noImplicitReturns": true, "noImplicitThis": false, "noImplicitAny": false, "strictNullChecks": true, "suppressImplicitAnyIndexErrors": true, "noUnusedLocals": true, "downlevelIteration": true, "typeRoots": ["node_modules/@types", "types"], "baseUrl": "./", "paths" : { "src/*": ["./src/*"] } }, "exclude": [ "node_modules", "build", "scripts", "acceptance-tests", "webpack", "jest", "src/setupTests.ts" ] }
The text was updated successfully, but these errors were encountered:
See #5692, #5645, #5118.
Sorry, something went wrong.
No branches or pull requests
Is this a bug report?
Not Sure
Screenshot
It removes baseUrl and paths automatically from my project.
tsconfig.json
The text was updated successfully, but these errors were encountered: