1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-12 22:44:11 +00:00
Files
browser/libs/playwright-scenes/tsconfig.lib.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
229 B
JSON

{
"extends": "./tsconfig.json",
"compilerOptions": {
"outDir": "../../dist/out-tsc",
"declaration": true,
"types": ["node"]
},
"include": ["src/**/*.ts"],
"exclude": ["jest.config.js", "src/**/*.spec.ts"]
}