mirror of
https://github.com/bitwarden/browser
synced 2025-12-06 00:13:28 +00:00
build(nx): create per-lib tsconfig.eslint configs (#15519)
This commit is contained in:
6
libs/storage-test-utils/tsconfig.eslint.json
Normal file
6
libs/storage-test-utils/tsconfig.eslint.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"extends": "../../tsconfig.base.json",
|
||||
"files": [],
|
||||
"include": ["src/**/*.ts", "src/**/*.js"],
|
||||
"exclude": ["**/build", "**/dist"]
|
||||
}
|
||||
Reference in New Issue
Block a user