1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-23 16:13:21 +00:00
Files
browser/libs/playwright-scenes/tsconfig.spec.json
Matt Gibson 5c19a7c9dd Create playwright scenes framework
This is a client-side implementation of the db recipes seeding framework for bitwarden server
2025-10-07 17:00:49 -07:00

11 lines
276 B
JSON

{
"extends": "./tsconfig.json",
"compilerOptions": {
"outDir": "../../dist/out-tsc",
"module": "commonjs",
"moduleResolution": "node10",
"types": ["jest", "node"]
},
"include": ["jest.config", "src/**/*.test.ts", "src/**/*.spec.ts", "src/**/*.d.ts"]
}