1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-07 04:03:29 +00:00
Files
browser/scripts/migrations/takeuntil/tsconfig.spec.json
2025-07-25 10:51:46 +02:00

14 lines
290 B
JSON

{
"compilerOptions": {
"target": "ES2022",
"lib": ["ES2022"],
"module": "commonjs",
"moduleResolution": "node",
"outDir": "./dist",
"rootDir": ".",
"strict": true,
"types": ["jest", "node"]
},
"include": ["./test/**/*.ts", "./takeuntil-migrator.ts"]
}