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

Data Stores: Disable automatic type inclusion #38688

Merged
merged 3 commits into from
Jan 8, 2020

Commits on Jan 8, 2020

  1. Disable automatic type inclusion

    Automatically including type definitions can be problematic. Only
    include imported types.
    
    See tsconfig types documentation:
    https://www.typescriptlang.org/docs/handbook/tsconfig-json.html#types-typeroots-and-types
    sirreal committed Jan 8, 2020
    Configuration menu
    Copy the full SHA
    d50dd73 View commit details
    Browse the repository at this point in the history
  2. No auto-import types

    sirreal committed Jan 8, 2020
    Configuration menu
    Copy the full SHA
    2ba3177 View commit details
    Browse the repository at this point in the history
  3. No require in TS

    sirreal committed Jan 8, 2020
    Configuration menu
    Copy the full SHA
    7e6499f View commit details
    Browse the repository at this point in the history