1
0
mirror of https://github.com/bitwarden/browser synced 2026-01-30 08:13:44 +00:00
Files
browser/tsconfig.eslint.json
2025-10-07 13:52:31 -07:00

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"]
}