1
0
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:
Addison Beck
2025-07-07 17:17:52 -04:00
committed by GitHub
parent 632f1ab535
commit f11d50ada7
6 changed files with 36 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
{
"extends": "../../tsconfig.base.json",
"files": [],
"include": ["src/**/*.ts", "src/**/*.js"],
"exclude": ["**/build", "**/dist"]
}