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

fix: add missing include path ../../**/* in generate tsconfig.json #205

Merged
merged 2 commits into from
May 9, 2022

Commits on May 6, 2022

  1. fix: add missing include path ../../**/* in generate tsconfig. fix(n…

    …itrojs#204)
    
    the generated tsconfig.json file in .nitro/types is missing "include path" of "../../**/*", causing typescript unable to grab all global types defined in .nitro/types/nitro.d.ts.  adding "../../**/*" to tsConfig.include array in nitro\src\build.ts should fix this issue.
    didavid61202 committed May 6, 2022
    Configuration menu
    Copy the full SHA
    3bd713b View commit details
    Browse the repository at this point in the history

Commits on May 7, 2022

  1. fix: use relative path of the buildDir to the rootDir/srcDir for incl…

    …ude paths
    
    update hard coded generated tsconfig's include path to use relative paths from buildDir to rootDir/srcDir
    didavid61202 committed May 7, 2022
    Configuration menu
    Copy the full SHA
    a8117d8 View commit details
    Browse the repository at this point in the history