Skip to content

Patch tsconfig - #418

Open
Manu Goyal (manugoyal) wants to merge 1 commit into
mainfrom
manu/patch-tsconfig
Open

Patch tsconfig#418
Manu Goyal (manugoyal) wants to merge 1 commit into
mainfrom
manu/patch-tsconfig

Conversation

@manugoyal

Copy link
Copy Markdown
Contributor

The explicit "rootDir": "./src" is redundant because "include": ["src/**/*"] already lets TypeScript infer the same source root. Our internal build system was getting confused about the two different paths, so removing the redundant setting is the easiest fix.

The explicit "rootDir": "./src" is redundant because "include":
["src/**/*"] already lets TypeScript infer the same source root. Our
internal build system was getting confused about the two different
paths, so removing the redundant setting is the easiest fix.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants