-
Notifications
You must be signed in to change notification settings - Fork 440
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(cli): remove patching of tsconfig.json
The primary motivation for this change is to get rid of silver-fleece as a dependency. See evertheylen/silver-fleece#4 for more information about that problem. This simply removes the functionality we used it for: Patching tsconfig.json to set `compilerOptions.target` to ES2017. - The latest Next.js template already sets the target to ES2017. - Even so, I've tested this against a newly configured Next.js app where I set `compilerOptions.target` to ES5 and `npm run dev` still worked. I'm not sure why this target is required anyway.
- Loading branch information
Showing
3 changed files
with
1 addition
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.