Files
clients/libs/platform/tsconfig.json

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

11 lines
205 B
JSON
Raw Normal View History

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