1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-06 19:53:59 +00:00
Files
browser/scripts/migrations/takeuntil/tsconfig.json
2025-07-25 10:51:46 +02:00

14 lines
297 B
JSON

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