mirror of
https://github.com/bitwarden/browser
synced 2026-02-18 02:19:18 +00:00
8 lines
145 B
JSON
8 lines
145 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"files": ["src/polyfills.ts", "src/main.ts", "src/theme.ts"],
|
|
"include": [
|
|
"src/connectors/*.ts"
|
|
]
|
|
}
|