1
0
mirror of https://github.com/bitwarden/browser synced 2025-01-22 01:09:21 +01:00
bitwarden-estensione-browser/libs/electron/tsconfig.json
2022-06-03 16:24:40 +02:00

12 lines
239 B
JSON

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