1
0
mirror of https://github.com/bitwarden/directory-connector synced 2025-12-05 23:53:21 +00:00

[AC-1743] pt. 3 ⮕ Remove unused packages (#399)

* Remove package @angular/cli

* Remove package duo_web_sdk

* Remove package nodemon

* Remove package prebuild-install

* Remove package tapable

* Remove tsconfig-paths

* Remove ttypescript

* Remove typemoq

* Remove package jest-junit

* Remove package ts-node

* Specify dart sass in the webpack sass-loader config

* Add google-auth-library to package.json

* Add dotenv to package.json

* Ignore packages that break depcheck's regex and use case

Ignore @types/jest in depcheck

* Remove redundant config line
This commit is contained in:
Addison Beck
2024-01-16 16:01:44 -06:00
committed by GitHub
parent 39ed9359fe
commit 6e76f23653
5 changed files with 821 additions and 2437 deletions

1
src/global.d.ts vendored
View File

@@ -1,3 +1,2 @@
declare function escape(s: string): string;
declare function unescape(s: string): string;
declare module "duo_web_sdk";