question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

../../tsconfig.base does not exist

See original GitHub issue

there 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:closed
  • Created 5 years ago
  • Reactions:3
  • Comments:12 (3 by maintainers)

github_iconTop GitHub Comments

37reactions
snnsnncommented, Aug 3, 2018

In VS Code, If you are getting the error after package install or setting changes, just reload your workspace or folder.

4reactions
Slessicommented, May 23, 2018

@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 ¯\_(ツ)_/¯

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found