diff --git a/jsconfig.json b/jsconfig.json index 5e9d4523..0e1c43e6 100644 --- a/jsconfig.json +++ b/jsconfig.json @@ -10,9 +10,6 @@ ], "@/styles/*": [ "styles/*" - ], - "tiptypr": [ - "./prototypr-packages/tiptypr/src" ] } } diff --git a/switch-mode.sh b/switch-mode.sh index d35ac584..8f0ad900 100755 --- a/switch-mode.sh +++ b/switch-mode.sh @@ -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."