mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-06 09:20:43 +01:00
bc60a34e50
* Fix header stories * Add stories to tsconfig
13 lines
367 B
JSON
13 lines
367 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"]
|
|
}
|
|
},
|
|
"include": ["src/**/*.stories.ts"]
|
|
}
|