1
0
mirror of https://github.com/bitwarden/browser synced 2025-01-28 03:59:50 +01:00
2022-01-17 13:21:20 +01:00

11 lines
200 B
JSON

{
"extends": "../shared/tsconfig",
"compilerOptions": {
"paths": {
"jslib-common/*": ["../common/src/*"]
}
},
"include": ["src", "spec"],
"exclude": ["node_modules", "dist"]
}