You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
429 B
JSON
14 lines
429 B
JSON
{
|
|
"extends": "../../apps/web/tsconfig",
|
|
"compilerOptions": {
|
|
"paths": {
|
|
"@bitwarden/web-vault/*": ["../../apps/web/src/*"],
|
|
"@bitwarden/common/*": ["../../libs/common/src/*"],
|
|
"@bitwarden/angular/*": ["../../libs/angular/src/*"],
|
|
"@bitwarden/components": ["../../libs/components/src"],
|
|
"@bitwarden/exporter/*": ["../../libs/exporter/src/*"]
|
|
}
|
|
},
|
|
"include": ["src/**/*.stories.ts"]
|
|
}
|