../../tsconfig.base does not exist
See original GitHub issuethere is a tsconfig.json
file in apollo-cache
dependency, which looks like this:
{
"extends": "../../tsconfig.base",
"compilerOptions": {
"rootDir": "./src",
"outDir": "lib",
"lib": ["es6", "dom", "es2017.object"]
},
"include": ["src/**/*.ts"],
"exclude": ["src/**/__tests__/*.ts"]
}
But tsconfig.base
does not exist in my project. So What tsconfig.base
should be?
Issue Analytics
- State:
- Created 5 years ago
- Reactions:3
- Comments:12 (3 by maintainers)
Top Results From Across the Web
Angular 10 - tsconfig.base.json file is not generated after ...
I just successfully upgraded the old angular version of my project from 4 to 10 and noticed that the tsconfig.base ...
Read more >How can I reinstall tsconfig.base.json into node modules.
I'm using typescript in my project and the tsconfig file says it can't find the file 'expo/tsconfig. base. '
Read more >No longer detecting TypeScript - SonarCloud
I'm guessing that either detector doesn't like extends at all or specifically it can't find expo/tsconfig.base ?
Read more >tsconfig.base not found - Expo SDK - Forums
I keep getting that error { "resource": "/g:/Expo/mobshed/node_modules/@expo/vector-icons/tsconfig.json", "owner": "typescript", ...
Read more >Documentation - What is a tsconfig.json - TypeScript
json focus on the unique choices for your project, and not all of the runtime mechanics. There are a few tsconfig bases already,...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
In VS Code, If you are getting the error after package install or setting changes, just reload your workspace or folder.
@hwillson to be honest for a while VS Code kept annoyingly pointing it out to me as an error but now that I want to show it to you, it seems to not care anymore ¯\_(ツ)_/¯