-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(Package.json): Update all the packages to lastest version
- Loading branch information
1 parent
20ff2f7
commit ac9b938
Showing
4 changed files
with
628 additions
and
11,014 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,9 +22,9 @@ | |
"editor.defaultFormatter": "esbenp.prettier-vscode" | ||
}, | ||
"prettier.ignorePath": ".gitignore", // Don't run prettier for files listed in .gitignore | ||
"typescript.tsdk": "node_modules/.pnpm/[email protected]/node_modules/typescript/lib", | ||
"typescript.tsdk": "node_modules/typescript/lib", | ||
"typescript.enablePromptUseWorkspaceTsdk": true, | ||
"[typescriptreact]": { | ||
"editor.defaultFormatter": "vscode.typescript-language-features" | ||
} | ||
} | ||
} |
Oops, something went wrong.