Skip to content

Commit

Permalink
media config for typr editor
Browse files Browse the repository at this point in the history
  • Loading branch information
GraemeFulton committed Aug 18, 2024
1 parent 5563909 commit 29dbb47
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 0 additions & 3 deletions jsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@
],
"@/styles/*": [
"styles/*"
],
"tiptypr": [
"./prototypr-packages/tiptypr/src"
]
}
}
Expand Down
1 change: 1 addition & 0 deletions switch-mode.sh
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@ switch_to_npm() {
echo "prototypr-packages directory not found. Skipping package installation."
fi

jq 'del(.compilerOptions.paths.tiptypr)' jsconfig.json > temp.json && mv temp.json jsconfig.json


echo "Switched to npm packages mode."
Expand Down

0 comments on commit 29dbb47

Please sign in to comment.