1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-06 19:53:59 +00:00
Files
browser/libs/platform/tsconfig.json
2025-07-22 14:25:25 +02:00

9 lines
155 B
JSON

{
"extends": "../../tsconfig.base",
"compilerOptions": {
"strict": true
},
"include": ["src", "spec"],
"exclude": ["node_modules", "dist"]
}