mirror of
https://github.com/bitwarden/browser
synced 2026-02-06 19:53:59 +00:00
9 lines
155 B
JSON
9 lines
155 B
JSON
{
|
|
"extends": "../../tsconfig.base",
|
|
"compilerOptions": {
|
|
"strict": true
|
|
},
|
|
"include": ["src", "spec"],
|
|
"exclude": ["node_modules", "dist"]
|
|
}
|