bitwarden-estensione-browser/angular/tsconfig.json

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

11 lines
200 B
JSON
Raw Normal View History

{
2022-01-17 13:21:20 +01:00
"extends": "../shared/tsconfig",
"compilerOptions": {
"paths": {
"jslib-common/*": ["../common/src/*"]
}
},
"include": ["src", "spec"],
"exclude": ["node_modules", "dist"]
}