mirror of
https://github.com/bitwarden/browser
synced 2025-12-15 15:53:27 +00:00
* feat: create separate bit licensed browser * feat: refactor webpack config * fix: mv2 build not working * feat: add bit versions of all commands * feat: add bit CI builds * fix: scss missing from build
9 lines
176 B
JSON
9 lines
176 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"isolatedModules": true,
|
|
"emitDecoratorMetadata": false
|
|
},
|
|
"files": ["../../apps/browser/test.setup.ts"]
|
|
}
|