bitwarden-estensione-browser/apps/browser/tsconfig.spec.json

8 lines
123 B
JSON

{
"extends": "./tsconfig.json",
"files": ["./test.setup.ts"],
"compilerOptions": {
"esModuleInterop": true
}
}