mirror of
https://github.com/bitwarden/directory-connector
synced 2025-12-05 23:53:21 +00:00
13 lines
310 B
JSON
13 lines
310 B
JSON
{
|
|
"extends": "./tsconfig",
|
|
"compilerOptions": {
|
|
"paths": {
|
|
"tldjs": ["../common/src/misc/tldjs.noop"],
|
|
"jslib-common/*": ["../common/src/*"],
|
|
"jslib-angular/*": ["../angular/src/*"],
|
|
"jslib-electron/*": ["../electron/src/*"],
|
|
"jslib-node/*": ["../node/src/*"]
|
|
}
|
|
}
|
|
}
|