mirror of
https://github.com/bitwarden/browser
synced 2025-12-06 00:13:28 +00:00
18 lines
412 B
JSON
18 lines
412 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",
|
|
"../messaging-internal/src/subject-message.sender.spec.ts",
|
|
"../messaging-internal/src/helpers.spec.ts"
|
|
]
|
|
}
|