mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-06 09:20:43 +01:00
12 lines
237 B
JSON
12 lines
237 B
JSON
{
|
|
"extends": "../shared/tsconfig",
|
|
"compilerOptions": {
|
|
"paths": {
|
|
"jslib-common/*": ["../common/src/*"],
|
|
"jslib-angular/*": ["./src/"]
|
|
}
|
|
},
|
|
"include": ["src", "spec"],
|
|
"exclude": ["node_modules", "dist"]
|
|
}
|