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

14 lines
264 B
JSON

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