Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update tsconfig.json to point to root #75

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Commits on Aug 8, 2024

  1. Update tsconfig.json

    root\node_modules\@vercel\speed-insights\tsconfig.json
    
    "extends": "../../tsconfig.json"
    points to /node_modules/@vercel/speed-insights/tsconfig.json
    
    edit to "extends": "../../../tsconfig.json"
    points to root
    sparroha authored Aug 8, 2024
    Configuration menu
    Copy the full SHA
    df1ead7 View commit details
    Browse the repository at this point in the history
  2. Update tsconfig.json to point to root

    more direct ref to root
    sparroha authored Aug 8, 2024
    Configuration menu
    Copy the full SHA
    5032cee View commit details
    Browse the repository at this point in the history