mirror of
https://github.com/bitwarden/browser
synced 2026-01-30 08:13:44 +00:00
14 lines
414 B
JSON
14 lines
414 B
JSON
{
|
|
"extends": "./tsconfig.base",
|
|
"files": [
|
|
".storybook/main.ts",
|
|
".storybook/manager.js",
|
|
".storybook/test-runner.ts",
|
|
".storybook/format-args-for-code-snippet.ts",
|
|
"apps/browser/src/autofill/content/components/.lit-storybook/main.ts",
|
|
"playwright.config.ts"
|
|
],
|
|
"include": ["apps/**/*", "libs/**/*", "bitwarden_license/**/*", "scripts/**/*"],
|
|
"exclude": ["**/build", "**/dist"]
|
|
}
|