mirror of
https://github.com/bitwarden/desktop.git
synced 2024-10-31 08:10:29 +01:00
11 lines
152 B
JSON
11 lines
152 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"exclude": [
|
|
"src/entry.ts",
|
|
"src/main.ts",
|
|
"src/main",
|
|
"src/proxy",
|
|
"jslib/**/*.main.ts"
|
|
]
|
|
}
|