1
0
mirror of https://github.com/bitwarden/directory-connector synced 2025-12-10 05:13:17 +00:00

Adjust .tsconfig path for root and apply to jslib

This commit is contained in:
Addison
2023-11-28 20:41:25 +00:00
parent 9b043c122f
commit 7d04a0d1eb
153 changed files with 656 additions and 656 deletions

View File

@@ -1,6 +1,6 @@
import Substitute, { Arg } from "@fluffy-spoon/substitute";
import { EncString } from "jslib-common/models/domain/encString";
import { EncString } from "@/jslib/common/src/models/domain/encString";
function newGuid() {
return "xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx".replace(/[xy]/g, (c) => {