mirror of
https://github.com/bitwarden/browser
synced 2026-02-05 03:03:26 +00:00
This should compile just the library files and not its dependency files which was making it error
6 lines
100 B
JSON
6 lines
100 B
JSON
{
|
|
"extends": "../../tsconfig.base",
|
|
"include": ["src"],
|
|
"exclude": ["node_modules", "dist"]
|
|
}
|