mirror of
https://github.com/bitwarden/browser
synced 2025-12-14 23:33:31 +00:00
build(nx): create per-lib tsconfig.eslint configs (#15519)
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"extends": "<%= offsetFromRoot %>tsconfig.base.json",
|
||||
"files": [],
|
||||
"include": ["src/**/*.ts", "src/**/*.js"],
|
||||
"exclude": ["**/build", "**/dist"]
|
||||
}
|
||||
Reference in New Issue
Block a user