mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 00:03:56 +00:00
* Add Platform Logging Lib * Move console log spec and test util back into libs/common * Fix ConsoleLogServer re-export * Fix types error
17 lines
332 B
JSON
17 lines
332 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"outDir": "../..//dist/out-tsc",
|
|
"module": "commonjs",
|
|
"moduleResolution": "node10",
|
|
"types": ["jest", "node"]
|
|
},
|
|
"include": [
|
|
"jest.config.ts",
|
|
"src/**/*.test.ts",
|
|
"src/**/*.spec.ts",
|
|
"src/**/*.d.ts",
|
|
"src/intercept-console.ts"
|
|
]
|
|
}
|