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

feat(jsii): allow customizing tsconfig.json file name #3076

Merged
merged 7 commits into from
Oct 19, 2021

Commits on Oct 18, 2021

  1. feat(jsii): allow customizing tsconfig.json file name

    In order to support environment in which users want to use the default name tsconfig.json for a different compiler configuration (e.g. configuration that includes both sources and test files), add a switch to the jsii compiler that allows customizing the name of the generated tsconfig.json file.
    Elad Ben-Israel committed Oct 18, 2021
    Configuration menu
    Copy the full SHA
    fe3c9cd View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2021

  1. use path.join

    Elad Ben-Israel committed Oct 19, 2021
    Configuration menu
    Copy the full SHA
    2fb06b1 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' into benisrae/customize-tsconfig

    Elad Ben-Israel committed Oct 19, 2021
    Configuration menu
    Copy the full SHA
    81e2880 View commit details
    Browse the repository at this point in the history
  3. Update packages/jsii/lib/compiler.ts

    Elad Ben-Israel committed Oct 19, 2021
    Configuration menu
    Copy the full SHA
    5dbc5f2 View commit details
    Browse the repository at this point in the history
  4. Update packages/jsii/lib/compiler.ts

    Elad Ben-Israel committed Oct 19, 2021
    Configuration menu
    Copy the full SHA
    b5edee8 View commit details
    Browse the repository at this point in the history
  5. rename cli option

    Elad Ben-Israel committed Oct 19, 2021
    Configuration menu
    Copy the full SHA
    467b02e View commit details
    Browse the repository at this point in the history
  6. Merge branch 'benisrae/customize-tsconfig' of github.com:aws/jsii int…

    …o benisrae/customize-tsconfig
    Elad Ben-Israel committed Oct 19, 2021
    Configuration menu
    Copy the full SHA
    13ea2e3 View commit details
    Browse the repository at this point in the history