mirror of
https://github.com/bitwarden/browser
synced 2026-02-06 19:53:59 +00:00
14 lines
297 B
JSON
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"]
|
|
}
|