This website requires JavaScript.
Explore
Help
Register
Sign In
DatseMultimediaSites
/
Sharkey
mirror of
https://activitypub.software/TransFem-org/Sharkey.git
Watch
1
Star
0
Fork
You've already forked Sharkey
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
dbd9d11d67
Sharkey
/
.vscode
/
settings.json
6 lines
119 B
JSON
Raw
Normal View
History
Unescape
Escape
Use pnpm for package manager (#9531) * Use pnpm for package manager * Fix * Change github workflow * use pnpm in workflow * fix * Fix test (e2e/jest) * Update Dockerfile for pnpm * Exclude node_modules from file search on VSCode * Update pnpm-lock.yaml * Update pnpm-lock.yaml * Move typescript from devDependencies to dependencies * Fix Dockerfile Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
2023-01-15 13:08:42 -08:00
{
"search.exclude"
:
{
"**/node_modules"
:
true
fix typescript version on vscode
2023-02-19 04:29:04 -08:00
}
,
"typescript.tsdk"
:
"node_modules/typescript/lib"
Use pnpm for package manager (#9531) * Use pnpm for package manager * Fix * Change github workflow * use pnpm in workflow * fix * Fix test (e2e/jest) * Update Dockerfile for pnpm * Exclude node_modules from file search on VSCode * Update pnpm-lock.yaml * Update pnpm-lock.yaml * Move typescript from devDependencies to dependencies * Fix Dockerfile Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
2023-01-15 13:08:42 -08:00
}