1
0
mirror of https://github.com/bitwarden/directory-connector synced 2025-12-16 00:04:34 +00:00
Files
directory-connector/jslib/common/tsconfig.json
2022-04-28 16:41:07 +02:00

11 lines
192 B
JSON

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